GoogleCloudApigeeV1EndpointAttachment.fromJson constructor

GoogleCloudApigeeV1EndpointAttachment.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1EndpointAttachment.fromJson(core.Map json_)
  : this(
      connectionState: json_['connectionState'] as core.String?,
      host: json_['host'] as core.String?,
      location: json_['location'] as core.String?,
      name: json_['name'] as core.String?,
      serviceAttachment: json_['serviceAttachment'] as core.String?,
      state: json_['state'] as core.String?,
    );