View Source GoogleApi.CloudDeploy.V1.Model.TargetsTypeCondition (google_api_cloud_deploy v0.6.0)

TargetsTypeCondition contains information on whether the Targets defined in the Delivery Pipeline are of the same type.

Attributes

  • errorDetails (type: String.t, default: nil) - Human readable error message.
  • status (type: boolean(), default: nil) - True if the targets are all a comparable type. For example this is true if all targets are GKE clusters. This is false if some targets are Cloud Run targets and others are GKE clusters.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudDeploy.V1.Model.TargetsTypeCondition{
  errorDetails: String.t() | nil,
  status: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.