Class: Google::Apis::CloudsearchV1::AppsDynamiteSharedOrganizationInfoCustomerInfo

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AppsDynamiteSharedOrganizationInfoCustomerInfo

Returns a new instance of AppsDynamiteSharedOrganizationInfoCustomerInfo.



2087
2088
2089
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2087

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

Instance Attribute Details

#customer_idGoogle::Apis::CloudsearchV1::CustomerId

Represents a GSuite customer ID. Obfuscated with CustomerIdObfuscator. Corresponds to the JSON property customerId



2085
2086
2087
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2085

def customer_id
  @customer_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2092
2093
2094
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2092

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