google_api_docs v0.7.0 GoogleApi.Docs.V1.Model.TextStyleSuggestionState View Source
A mask that indicates which of the fields on the base TextStyle have been changed in this suggestion. For any field set to true, there is a new suggested value.
Attributes
backgroundColorSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to background_color.baselineOffsetSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to baseline_offset.boldSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to bold.fontSizeSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to font_size.foregroundColorSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to foreground_color.italicSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to italic.linkSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to link.smallCapsSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to small_caps.strikethroughSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to strikethrough.underlineSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to underline.weightedFontFamilySuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to weighted_font_family.
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 Sourcet() :: %GoogleApi.Docs.V1.Model.TextStyleSuggestionState{ backgroundColorSuggested: boolean(), baselineOffsetSuggested: boolean(), boldSuggested: boolean(), fontSizeSuggested: boolean(), foregroundColorSuggested: boolean(), italicSuggested: boolean(), linkSuggested: boolean(), smallCapsSuggested: boolean(), strikethroughSuggested: boolean(), underlineSuggested: boolean(), weightedFontFamilySuggested: boolean() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.