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.



10059
10060
10061
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 10059

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

Instance Attribute Details

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

Corresponds to the JSON property participantId



10057
10058
10059
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 10057

def participant_id
  @participant_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10064
10065
10066
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 10064

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