google_api_service_consumer_management v0.18.0 GoogleApi.ServiceConsumerManagement.V1.Model.TenantResource View Source

Resource constituting the TenancyUnit.

Attributes

  • resource (type: String.t, default: nil) - @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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.ServiceConsumerManagement.V1.Model.TenantResource{
  resource: String.t(),
  status: String.t(),
  tag: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.