Class: Google::Apis::CloudsearchV1::InviteAcceptedEvent

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

Returns a new instance of InviteAcceptedEvent.



9975
9976
9977
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9975

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

Instance Attribute Details

#participant_idArray<Google::Apis::CloudsearchV1::StoredParticipantId>

Corresponds to the JSON property participantId



9973
9974
9975
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9973

def participant_id
  @participant_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9980
9981
9982
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9980

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