GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment.fromJson constructor

GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment.fromJson(
  1. Map json_
)

Implementation

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