GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute.fromJson constructor

GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute.fromJson(
    core.Map json_)
    : this(
        basepath: json_['basepath'] as core.String?,
        envgroup: json_['envgroup'] as core.String?,
        environment: json_['environment'] as core.String?,
        percentage: json_['percentage'] as core.int?,
      );