Class: Google::Apis::CloudsearchV1::InviteAcceptedEvent
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::InviteAcceptedEvent
- 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
-
#participant_id ⇒ Array<Google::Apis::CloudsearchV1::StoredParticipantId>
Corresponds to the JSON property
participantId.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InviteAcceptedEvent
constructor
A new instance of InviteAcceptedEvent.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InviteAcceptedEvent
Returns a new instance of InviteAcceptedEvent.
10588 10589 10590 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 10588 def initialize(**args) update!(**args) end |
Instance Attribute Details
#participant_id ⇒ Array<Google::Apis::CloudsearchV1::StoredParticipantId>
Corresponds to the JSON property participantId
10586 10587 10588 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 10586 def participant_id @participant_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10593 10594 10595 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 10593 def update!(**args) @participant_id = args[:participant_id] if args.key?(:participant_id) end |