Class: Google::Apis::DocsV1::OptionalColor
- Inherits:
-
Object
- Object
- Google::Apis::DocsV1::OptionalColor
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/docs_v1/classes.rb,
generated/google/apis/docs_v1/representations.rb,
generated/google/apis/docs_v1/representations.rb
Overview
A color that can either be fully opaque or fully transparent.
Instance Attribute Summary collapse
-
#color ⇒ Google::Apis::DocsV1::Color
A solid color.
Instance Method Summary collapse
-
#initialize(**args) ⇒ OptionalColor
constructor
A new instance of OptionalColor.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ OptionalColor
Returns a new instance of OptionalColor
2798 2799 2800 |
# File 'generated/google/apis/docs_v1/classes.rb', line 2798 def initialize(**args) update!(**args) end |
Instance Attribute Details
#color ⇒ Google::Apis::DocsV1::Color
A solid color.
Corresponds to the JSON property color
2796 2797 2798 |
# File 'generated/google/apis/docs_v1/classes.rb', line 2796 def color @color end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2803 2804 2805 |
# File 'generated/google/apis/docs_v1/classes.rb', line 2803 def update!(**args) @color = args[:color] if args.key?(:color) end |