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 PartnerTenant 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.



2020
2021
2022
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2020

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

Instance Attribute Details

#internal_tenant_idString

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

Returns:

  • (String)


2012
2013
2014
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2012

def internal_tenant_id
  @internal_tenant_id
end

#partner_tenant_idString

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

Returns:

  • (String)


2018
2019
2020
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2018

def partner_tenant_id
  @partner_tenant_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2025
2026
2027
2028
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2025

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