class Google::Apis::DocsV1::SheetsChartReferenceSuggestionState

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

Attributes

chart_id_suggested[RW]

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

chart_id_suggested?[RW]

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

spreadsheet_id_suggested[RW]

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

spreadsheet_id_suggested?[RW]

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

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/docs_v1/classes.rb, line 4672
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 4677
def update!(**args)
  @chart_id_suggested = args[:chart_id_suggested] if args.key?(:chart_id_suggested)
  @spreadsheet_id_suggested = args[:spreadsheet_id_suggested] if args.key?(:spreadsheet_id_suggested)
end