Class: Google::Apis::DocsV1::OptionalColor
- Inherits:
-
Object
- Object
- Google::Apis::DocsV1::OptionalColor
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/docs_v1/classes.rb,
lib/google/apis/docs_v1/representations.rb,
lib/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.
Constructor Details
#initialize(**args) ⇒ OptionalColor
3409 3410 3411 |
# File 'lib/google/apis/docs_v1/classes.rb', line 3409 def initialize(**args) update!(**args) end |
Instance Attribute Details
#color ⇒ Google::Apis::DocsV1::Color
A solid color.
Corresponds to the JSON property color
3407 3408 3409 |
# File 'lib/google/apis/docs_v1/classes.rb', line 3407 def color @color end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3414 3415 3416 |
# File 'lib/google/apis/docs_v1/classes.rb', line 3414 def update!(**args) @color = args[:color] if args.key?(:color) end |