View Source GoogleApi.Docs.V1.Model.TableCellStyleSuggestionState (google_api_docs v0.14.0)
A mask that indicates which of the fields on the base TableCellStyle have been changed in this suggestion. For any field set to true, there's a new suggested value.
Attributes
-
backgroundColorSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to background_color. -
borderBottomSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to border_bottom. -
borderLeftSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to border_left. -
borderRightSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to border_right. -
borderTopSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to border_top. -
columnSpanSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to column_span. -
contentAlignmentSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to content_alignment. -
paddingBottomSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to padding_bottom. -
paddingLeftSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to padding_left. -
paddingRightSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to padding_right. -
paddingTopSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to padding_top. -
rowSpanSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to row_span.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Docs.V1.Model.TableCellStyleSuggestionState{ backgroundColorSuggested: boolean() | nil, borderBottomSuggested: boolean() | nil, borderLeftSuggested: boolean() | nil, borderRightSuggested: boolean() | nil, borderTopSuggested: boolean() | nil, columnSpanSuggested: boolean() | nil, contentAlignmentSuggested: boolean() | nil, paddingBottomSuggested: boolean() | nil, paddingLeftSuggested: boolean() | nil, paddingRightSuggested: boolean() | nil, paddingTopSuggested: boolean() | nil, rowSpanSuggested: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.