Class: Google::Apis::CloudsearchV1::HangoutVideoEventMetadata
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::HangoutVideoEventMetadata
- 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
Overview
A message representing the Hangout video start/end events in Babel
Instance Attribute Summary collapse
-
#hangout_video_type ⇒ String
Corresponds to the JSON property
hangoutVideoType.
Instance Method Summary collapse
-
#initialize(**args) ⇒ HangoutVideoEventMetadata
constructor
A new instance of HangoutVideoEventMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ HangoutVideoEventMetadata
Returns a new instance of HangoutVideoEventMetadata.
9227 9228 9229 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9227 def initialize(**args) update!(**args) end |
Instance Attribute Details
#hangout_video_type ⇒ String
Corresponds to the JSON property hangoutVideoType
9225 9226 9227 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9225 def hangout_video_type @hangout_video_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9232 9233 9234 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9232 def update!(**args) @hangout_video_type = args[:hangout_video_type] if args.key?(:hangout_video_type) end |