GoogleCloudApigeeV1EndpointChainingRule.fromJson constructor

GoogleCloudApigeeV1EndpointChainingRule.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1EndpointChainingRule.fromJson(core.Map json_)
  : this(
      deploymentGroup: json_['deploymentGroup'] as core.String?,
      proxyIds:
          (json_['proxyIds'] as core.List?)
              ?.map((value) => value as core.String)
              .toList(),
    );