View Source GoogleApi.AppHub.V1.Model.WorkloadProperties (google_api_app_hub v0.3.0)

Properties of an underlying compute resource represented by the Workload.

Attributes

  • gcpProject (type: String.t, default: nil) - Output only. The service project identifier that the underlying cloud resource resides in. Empty for non-cloud resources.
  • location (type: String.t, default: nil) - Output only. The location that the underlying compute resource resides in (for example, us-west1).
  • zone (type: String.t, default: nil) - Output only. The location that the underlying compute resource resides in if it is zonal (for example, us-west1-a).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AppHub.V1.Model.WorkloadProperties{
  gcpProject: String.t() | nil,
  location: String.t() | nil,
  zone: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.