google_api_docs v0.5.0 GoogleApi.Docs.V1.Model.NamedStyleSuggestionState View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Docs.V1.Model.NamedStyleSuggestionState{
  namedStyleType: String.t(),
  paragraphStyleSuggestionState:
    GoogleApi.Docs.V1.Model.ParagraphStyleSuggestionState.t(),
  textStyleSuggestionState: GoogleApi.Docs.V1.Model.TextStyleSuggestionState.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.