View Source GoogleApi.Docs.V1.Model.NamedStyleSuggestionState (google_api_docs v0.16.0)

A suggestion state of a NamedStyle message.

Attributes

  • namedStyleType (type: String.t, default: nil) - The named style type that this suggestion state corresponds to. This field is provided as a convenience for matching the NamedStyleSuggestionState with its corresponding NamedStyle.
  • paragraphStyleSuggestionState (type: GoogleApi.Docs.V1.Model.ParagraphStyleSuggestionState.t, default: nil) - A mask that indicates which of the fields in paragraph style have been changed in this suggestion.
  • textStyleSuggestionState (type: GoogleApi.Docs.V1.Model.TextStyleSuggestionState.t, default: nil) - A mask that indicates which of the fields in text style have been changed in this suggestion.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Docs.V1.Model.NamedStyleSuggestionState{
  namedStyleType: String.t() | nil,
  paragraphStyleSuggestionState:
    GoogleApi.Docs.V1.Model.ParagraphStyleSuggestionState.t() | nil,
  textStyleSuggestionState:
    GoogleApi.Docs.V1.Model.TextStyleSuggestionState.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.