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.
11016 11017 11018 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 11016 def initialize(**args) update!(**args) end |
Instance Attribute Details
#hangout_video_type ⇒ String
Corresponds to the JSON property hangoutVideoType
11014 11015 11016 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 11014 def hangout_video_type @hangout_video_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11021 11022 11023 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 11021 def update!(**args) @hangout_video_type = args[:hangout_video_type] if args.key?(:hangout_video_type) end |