GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment.fromJson constructor

GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment.fromJson(
    core.Map json_)
    : this(
        apiProxy: json_['apiProxy'] as core.String?,
        basepath: json_['basepath'] as core.String?,
        environment: json_['environment'] as core.String?,
        revision: json_['revision'] as core.String?,
      );