Class: Google::Apis::DocsV1::OptionalColor

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ OptionalColor

Returns a new instance of OptionalColor.



2953
2954
2955
# File 'generated/google/apis/docs_v1/classes.rb', line 2953

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

Instance Attribute Details

#colorGoogle::Apis::DocsV1::Color

A solid color. Corresponds to the JSON property color



2951
2952
2953
# File 'generated/google/apis/docs_v1/classes.rb', line 2951

def color
  @color
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2958
2959
2960
# File 'generated/google/apis/docs_v1/classes.rb', line 2958

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