Class: Google::Apis::CloudsearchV1::HangoutVideoEventMetadata

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

Overview

A message representing the Hangout video start/end events in Babel

Instance Attribute Summary collapse

Instance Method Summary collapse

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_typeString

Corresponds to the JSON property hangoutVideoType

Returns:

  • (String)


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