Class: Google::Apis::CloudsearchV1::TypeInfo

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

Next tag: 2

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ TypeInfo

Returns a new instance of TypeInfo.



5316
5317
5318
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5316

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

Instance Attribute Details

#video_infoGoogle::Apis::CloudsearchV1::VideoInfo

Next tag: 2 Corresponds to the JSON property videoInfo



5314
5315
5316
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5314

def video_info
  @video_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5321
5322
5323
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5321

def update!(**args)
  @video_info = args[:video_info] if args.key?(:video_info)
end