View Source GoogleApi.CloudDeploy.V1.Model.DeliveryPipelineAttribute (google_api_cloud_deploy v0.11.1)

Contains criteria for selecting DeliveryPipelines.

Attributes

  • id (type: String.t, default: nil) - ID of the DeliveryPipeline. The value of this field could be one of the following: The last segment of a pipeline name "*", all delivery pipelines in a location
  • labels (type: map(), default: nil) - DeliveryPipeline labels.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudDeploy.V1.Model.DeliveryPipelineAttribute{
  id: String.t() | nil,
  labels: map() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.