View Source GoogleApi.Docs.V1.Model.NestingLevelSuggestionState (google_api_docs v0.17.1)

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

Attributes

  • bulletAlignmentSuggested (type: boolean(), default: nil) - Indicates if there was a suggested change to bullet_alignment.
  • glyphFormatSuggested (type: boolean(), default: nil) - Indicates if there was a suggested change to glyph_format.
  • glyphSymbolSuggested (type: boolean(), default: nil) - Indicates if there was a suggested change to glyph_symbol.
  • glyphTypeSuggested (type: boolean(), default: nil) - Indicates if there was a suggested change to glyph_type.
  • indentFirstLineSuggested (type: boolean(), default: nil) - Indicates if there was a suggested change to indent_first_line.
  • indentStartSuggested (type: boolean(), default: nil) - Indicates if there was a suggested change to indent_start.
  • startNumberSuggested (type: boolean(), default: nil) - Indicates if there was a suggested change to start_number.
  • 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.NestingLevelSuggestionState{
  bulletAlignmentSuggested: boolean() | nil,
  glyphFormatSuggested: boolean() | nil,
  glyphSymbolSuggested: boolean() | nil,
  glyphTypeSuggested: boolean() | nil,
  indentFirstLineSuggested: boolean() | nil,
  indentStartSuggested: boolean() | nil,
  startNumberSuggested: boolean() | nil,
  textStyleSuggestionState:
    GoogleApi.Docs.V1.Model.TextStyleSuggestionState.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.