GoogleCloudApigeeV1EntityMetadata.fromJson constructor

GoogleCloudApigeeV1EntityMetadata.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1EntityMetadata.fromJson(core.Map json_)
    : this(
        createdAt: json_['createdAt'] as core.String?,
        lastModifiedAt: json_['lastModifiedAt'] as core.String?,
        subType: json_['subType'] as core.String?,
      );