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.
10939 10940 10941 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 10939 def initialize(**args) update!(**args) end |
Instance Attribute Details
#hangout_video_type ⇒ String
Corresponds to the JSON property hangoutVideoType
10937 10938 10939 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 10937 def hangout_video_type @hangout_video_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10944 10945 10946 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 10944 def update!(**args) @hangout_video_type = args[:hangout_video_type] if args.key?(:hangout_video_type) end |