class Google::Apis::DocsV1::BackgroundSuggestionState

A mask that indicates which of the fields on the base Background have been changed in this suggestion. For any field set to true, the Backgound has a new suggested value.

Attributes

background_color_suggested[RW]

Indicates whether the current background color has been modified in this suggestion. Corresponds to the JSON property `backgroundColorSuggested` @return [Boolean]

background_color_suggested?[RW]

Indicates whether the current background color has been modified in this suggestion. 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 112
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 117
def update!(**args)
  @background_color_suggested = args[:background_color_suggested] if args.key?(:background_color_suggested)
end