Class: Google::Apis::SlidesV1::VideoProperties
- Inherits:
-
Object
- Object
- Google::Apis::SlidesV1::VideoProperties
- 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
-
#outline ⇒ Google::Apis::SlidesV1::Outline
The outline of a PageElement.
Instance Method Summary collapse
-
#initialize(**args) ⇒ VideoProperties
constructor
A new instance of VideoProperties.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ VideoProperties
Returns a new instance of VideoProperties
5027 5028 5029 |
# File 'generated/google/apis/slides_v1/classes.rb', line 5027 def initialize(**args) update!(**args) end |
Instance Attribute Details
#outline ⇒ Google::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
5025 5026 5027 |
# File 'generated/google/apis/slides_v1/classes.rb', line 5025 def outline @outline end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5032 5033 5034 |
# File 'generated/google/apis/slides_v1/classes.rb', line 5032 def update!(**args) @outline = args[:outline] if args.key?(:outline) end |