Class: Google::Apis::CloudsearchV1::CustomerId

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

Overview

Represents a GSuite customer ID. Obfuscated with CustomerIdObfuscator.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CustomerId

Returns a new instance of CustomerId.



5882
5883
5884
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5882

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

Instance Attribute Details

#customer_idString

Corresponds to the JSON property customerId

Returns:

  • (String)


5880
5881
5882
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5880

def customer_id
  @customer_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5887
5888
5889
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5887

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