Class: Google::Apis::CloudsearchV1::StoredParticipantId
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::StoredParticipantId
- 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
-
#gaia_id ⇒ Fixnum
Corresponds to the JSON property
gaiaId.
Instance Method Summary collapse
-
#initialize(**args) ⇒ StoredParticipantId
constructor
A new instance of StoredParticipantId.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ StoredParticipantId
Returns a new instance of StoredParticipantId.
18710 18711 18712 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 18710 def initialize(**args) update!(**args) end |
Instance Attribute Details
#gaia_id ⇒ Fixnum
Corresponds to the JSON property gaiaId
18708 18709 18710 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 18708 def gaia_id @gaia_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18715 18716 18717 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 18715 def update!(**args) @gaia_id = args[:gaia_id] if args.key?(:gaia_id) end |