Class: Google::Apis::CloudsearchV1::HangoutEvent
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::HangoutEvent
- 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
-
#hangout_duration_secs ⇒ Fixnum
Corresponds to the JSON property
hangoutDurationSecs. -
#media_type ⇒ String
Corresponds to the JSON property
mediaType. -
#participant_id ⇒ Array<Google::Apis::CloudsearchV1::StoredParticipantId>
Corresponds to the JSON property
participantId. -
#type ⇒ String
Corresponds to the JSON property
type.
Instance Method Summary collapse
-
#initialize(**args) ⇒ HangoutEvent
constructor
A new instance of HangoutEvent.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ HangoutEvent
Returns a new instance of HangoutEvent.
9205 9206 9207 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9205 def initialize(**args) update!(**args) end |
Instance Attribute Details
#hangout_duration_secs ⇒ Fixnum
Corresponds to the JSON property hangoutDurationSecs
9188 9189 9190 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9188 def hangout_duration_secs @hangout_duration_secs end |
#media_type ⇒ String
Corresponds to the JSON property mediaType
9193 9194 9195 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9193 def media_type @media_type end |
#participant_id ⇒ Array<Google::Apis::CloudsearchV1::StoredParticipantId>
Corresponds to the JSON property participantId
9198 9199 9200 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9198 def participant_id @participant_id end |
#type ⇒ String
Corresponds to the JSON property type
9203 9204 9205 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9203 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9210 9211 9212 9213 9214 9215 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9210 def update!(**args) @hangout_duration_secs = args[:hangout_duration_secs] if args.key?(:hangout_duration_secs) @media_type = args[:media_type] if args.key?(:media_type) @participant_id = args[:participant_id] if args.key?(:participant_id) @type = args[:type] if args.key?(:type) end |