Class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerMetadata

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/beyondcorp_v1alpha/classes.rb,
lib/google/apis/beyondcorp_v1alpha/representations.rb,
lib/google/apis/beyondcorp_v1alpha/representations.rb

Overview

Metadata associated with Tenant and is provided by the Partner.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerMetadata

Returns a new instance of GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerMetadata.



2154
2155
2156
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2154

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#partner_tenant_idString

Optional. UUID used by the Partner to refer to the Tenant in their internal systems. Corresponds to the JSON property partnerTenantId

Returns:

  • (String)


2152
2153
2154
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2152

def partner_tenant_id
  @partner_tenant_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2159
2160
2161
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2159

def update!(**args)
  @partner_tenant_id = args[:partner_tenant_id] if args.key?(:partner_tenant_id)
end