class Google::Apis::DocsV1::SuggestedNamedStyles

A suggested change to the NamedStyles.

Attributes

named_styles[RW]

The named styles. Paragraphs in the document can inherit their TextStyle and ParagraphStyle from these named styles. Corresponds to the JSON property `namedStyles` @return [Google::Apis::DocsV1::NamedStyles]

named_styles_suggestion_state[RW]

The suggestion state of a NamedStyles message. Corresponds to the JSON property `namedStylesSuggestionState` @return [Google::Apis::DocsV1::NamedStylesSuggestionState]

Public Class Methods

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