Class: Google::Apis::CloudsearchV1::TypeInfo
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::TypeInfo
- 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
-
#video_info ⇒ Google::Apis::CloudsearchV1::VideoInfo
Next tag: 2 Corresponds to the JSON property
videoInfo.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TypeInfo
constructor
A new instance of TypeInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ TypeInfo
Returns a new instance of TypeInfo.
17676 17677 17678 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 17676 def initialize(**args) update!(**args) end |
Instance Attribute Details
#video_info ⇒ Google::Apis::CloudsearchV1::VideoInfo
Next tag: 2
Corresponds to the JSON property videoInfo
17674 17675 17676 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 17674 def video_info @video_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17681 17682 17683 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 17681 def update!(**args) @video_info = args[:video_info] if args.key?(:video_info) end |