class Google::Apis::DocsV1::ShadingSuggestionState

A mask that indicates which of the fields on the base Shading have been changed in this suggested change. For any field set to true, there is a new suggested value.

Attributes

background_color_suggested[RW]

Indicates if there was a suggested change to the Shading. Corresponds to the JSON property `backgroundColorSuggested` @return [Boolean]

background_color_suggested?[RW]

Indicates if there was a suggested change to the Shading. Corresponds to the JSON property `backgroundColorSuggested` @return [Boolean]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/docs_v1/classes.rb, line 4619
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/docs_v1/classes.rb, line 4624
def update!(**args)
  @background_color_suggested = args[:background_color_suggested] if args.key?(:background_color_suggested)
end