Class: Google::Apis::CloudsearchV1::AppsDynamiteSharedOrganizationInfoCustomerInfo
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::AppsDynamiteSharedOrganizationInfoCustomerInfo
- 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
-
#customer_id ⇒ Google::Apis::CloudsearchV1::CustomerId
Represents a GSuite customer ID.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AppsDynamiteSharedOrganizationInfoCustomerInfo
constructor
A new instance of AppsDynamiteSharedOrganizationInfoCustomerInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AppsDynamiteSharedOrganizationInfoCustomerInfo
Returns a new instance of AppsDynamiteSharedOrganizationInfoCustomerInfo.
2029 2030 2031 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2029 def initialize(**args) update!(**args) end |
Instance Attribute Details
#customer_id ⇒ Google::Apis::CloudsearchV1::CustomerId
Represents a GSuite customer ID. Obfuscated with CustomerIdObfuscator.
Corresponds to the JSON property customerId
2027 2028 2029 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2027 def customer_id @customer_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2034 2035 2036 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2034 def update!(**args) @customer_id = args[:customer_id] if args.key?(:customer_id) end |