google_api_docs v0.11.0 GoogleApi.Docs.V1.Model.NestingLevelSuggestionState View Source
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 is 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Docs.V1.Model.NestingLevelSuggestionState{ bulletAlignmentSuggested: boolean(), glyphFormatSuggested: boolean(), glyphSymbolSuggested: boolean(), glyphTypeSuggested: boolean(), indentFirstLineSuggested: boolean(), indentStartSuggested: boolean(), startNumberSuggested: boolean(), textStyleSuggestionState: GoogleApi.Docs.V1.Model.TextStyleSuggestionState.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.