View Source GoogleApi.CloudDeploy.V1.Model.Metadata (google_api_cloud_deploy v0.6.0)
Metadata includes information associated with a Rollout
.
Attributes
-
automation
(type:GoogleApi.CloudDeploy.V1.Model.AutomationRolloutMetadata.t
, default:nil
) - Output only. AutomationRolloutMetadata contains the information about the interactions between Automation service and this rollout. -
cloudRun
(type:GoogleApi.CloudDeploy.V1.Model.CloudRunMetadata.t
, default:nil
) - Output only. The name of the Cloud Run Service that is associated with aRollout
. -
custom
(type:GoogleApi.CloudDeploy.V1.Model.CustomMetadata.t
, default:nil
) - Output only. Custom metadata provided by user-definedRollout
operations.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudDeploy.V1.Model.Metadata{ automation: GoogleApi.CloudDeploy.V1.Model.AutomationRolloutMetadata.t() | nil, cloudRun: GoogleApi.CloudDeploy.V1.Model.CloudRunMetadata.t() | nil, custom: GoogleApi.CloudDeploy.V1.Model.CustomMetadata.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.