GoogleCloudApigeeV1ListDeploymentsResponse.fromJson constructor
GoogleCloudApigeeV1ListDeploymentsResponse.fromJson(
- Map json_
Implementation
GoogleCloudApigeeV1ListDeploymentsResponse.fromJson(core.Map json_)
: this(
deployments: (json_['deployments'] as core.List?)
?.map((value) => GoogleCloudApigeeV1Deployment.fromJson(
value as core.Map<core.String, core.dynamic>))
.toList(),
);