class Google::Apis::DocsV1::SuggestedDocumentStyle
A suggested change to the DocumentStyle
.
Attributes
document_style[RW]
The style of the document. Corresponds to the JSON property `documentStyle` @return [Google::Apis::DocsV1::DocumentStyle]
document_style_suggestion_state[RW]
A mask that indicates which of the fields on the base DocumentStyle
have been changed in this suggestion. For any field set to true, there is a new suggested value. Corresponds to the JSON property `documentStyleSuggestionState` @return [Google::Apis::DocsV1::DocumentStyleSuggestionState]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/docs_v1/classes.rb, line 4860 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 4865 def update!(**args) @document_style = args[:document_style] if args.key?(:document_style) @document_style_suggestion_state = args[:document_style_suggestion_state] if args.key?(:document_style_suggestion_state) end