Class: Google::Apis::SlidesV1::VideoProperties

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/slides_v1/classes.rb,
generated/google/apis/slides_v1/representations.rb,
generated/google/apis/slides_v1/representations.rb

Overview

The properties of the Video.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ VideoProperties

Returns a new instance of VideoProperties



5040
5041
5042
# File 'generated/google/apis/slides_v1/classes.rb', line 5040

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

Instance Attribute Details

#outlineGoogle::Apis::SlidesV1::Outline

The outline of a PageElement. If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind. Corresponds to the JSON property outline



5038
5039
5040
# File 'generated/google/apis/slides_v1/classes.rb', line 5038

def outline
  @outline
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5045
5046
5047
# File 'generated/google/apis/slides_v1/classes.rb', line 5045

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