GoogleApi.AppHub.V1.Model.ServiceProperties (google_api_app_hub v0.4.0)

View Source

Properties of an underlying cloud resource that can comprise a Service.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.