View Source GoogleApi.ServiceConsumerManagement.V1.Model.TenantResource (google_api_service_consumer_management v0.32.0)

Resource constituting the TenancyUnit.

Attributes

  • resource (type: String.t, default: nil) - Output only. @OutputOnly Identifier of the tenant resource. For cloud projects, it is in the form 'projects/{number}'. For example 'projects/123456'.
  • status (type: String.t, default: nil) - Status of tenant resource.
  • tag (type: String.t, default: nil) - Unique per single tenancy unit.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ServiceConsumerManagement.V1.Model.TenantResource{
  resource: String.t() | nil,
  status: String.t() | nil,
  tag: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.