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.
12103 12104 12105 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 12103 def initialize(**args) update!(**args) end |
Instance Attribute Details
#participant_id ⇒ Array<Google::Apis::CloudsearchV1::StoredParticipantId>
Corresponds to the JSON property participantId
12101 12102 12103 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 12101 def participant_id @participant_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12108 12109 12110 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 12108 def update!(**args) @participant_id = args[:participant_id] if args.key?(:participant_id) end |