GoogleCloudApigeeV1SchemaSchemaProperty.fromJson constructor

GoogleCloudApigeeV1SchemaSchemaProperty.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1SchemaSchemaProperty.fromJson(core.Map json_)
  : this(
      createTime: json_['createTime'] as core.String?,
      custom: json_['custom'] as core.String?,
      type: json_['type'] as core.String?,
    );