Class: Google::Apis::CloudsearchV1::StoredParticipantId

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) ⇒ StoredParticipantId

Returns a new instance of StoredParticipantId.



19593
19594
19595
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 19593

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

Instance Attribute Details

#gaia_idFixnum

Corresponds to the JSON property gaiaId

Returns:

  • (Fixnum)


19591
19592
19593
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 19591

def gaia_id
  @gaia_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



19598
19599
19600
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 19598

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