GoogleCloudApigeeV1InstanceAttachment.fromJson constructor

GoogleCloudApigeeV1InstanceAttachment.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1InstanceAttachment.fromJson(core.Map json_)
    : this(
        createdAt: json_['createdAt'] as core.String?,
        environment: json_['environment'] as core.String?,
        name: json_['name'] as core.String?,
      );