google_api_apigee v0.10.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Deployment View Source

Attributes

  • apiProxy (type: String.t, default: nil) - API proxy.
  • basePath (type: String.t, default: nil) - Base path for the deployment.
  • deployStartTime (type: String.t, default: nil) - Time the API proxy was marked deployed in the control plane in millisconds since epoch.
  • environment (type: String.t, default: nil) - Environment.
  • pods (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1PodStatus.t), default: nil) - Status reported by runtime pods.
  • revision (type: String.t, default: nil) - API proxy revision.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Deployment{
  apiProxy: String.t(),
  basePath: String.t(),
  deployStartTime: String.t(),
  environment: String.t(),
  pods: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1PodStatus.t()],
  revision: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.