View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment (google_api_apigee v0.46.0)

Tuple representing a base path and the deployment containing it.

Attributes

  • apiProxy (type: String.t, default: nil) - Name of the deployed API proxy revision containing the base path.
  • basepath (type: String.t, default: nil) - Base path receiving traffic.
  • environment (type: String.t, default: nil) - Name of the environment in which the proxy is deployed.
  • revision (type: String.t, default: nil) - Name of the deployed API proxy revision containing the base path.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment{
    apiProxy: String.t() | nil,
    basepath: String.t() | nil,
    environment: String.t() | nil,
    revision: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.