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.



10939
10940
10941
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 10939

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#hangout_video_typeString

Corresponds to the JSON property hangoutVideoType

Returns:

  • (String)


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