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