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.
12180 12181 12182 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 12180 def initialize(**args) update!(**args) end |
Instance Attribute Details
#participant_id ⇒ Array<Google::Apis::CloudsearchV1::StoredParticipantId>
Corresponds to the JSON property participantId
12178 12179 12180 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 12178 def participant_id @participant_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12185 12186 12187 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 12185 def update!(**args) @participant_id = args[:participant_id] if args.key?(:participant_id) end |