View Source GoogleApi.NetworkManagement.V1beta1.Model.CloudRunRevisionInfo (google_api_network_management v0.28.0)

For display only. Metadata associated with a Cloud Run revision.

Attributes

  • displayName (type: String.t, default: nil) - Name of a Cloud Run revision.
  • location (type: String.t, default: nil) - Location in which this revision is deployed.
  • serviceName (type: String.t, default: nil) - ID of Cloud Run Service this revision belongs to. Was never set, is not exported to v1 proto and public protos. Do not export to v1beta1 public proto.
  • serviceUri (type: String.t, default: nil) - URI of Cloud Run service this revision belongs to.
  • uri (type: String.t, default: nil) - URI of a Cloud Run revision.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.NetworkManagement.V1beta1.Model.CloudRunRevisionInfo{
  displayName: String.t() | nil,
  location: String.t() | nil,
  serviceName: String.t() | nil,
  serviceUri: String.t() | nil,
  uri: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.