google_api_docs v0.11.0 GoogleApi.Docs.V1.Model.DocumentStyleSuggestionState View Source
A mask that indicates which of the fields on the base DocumentStyle have been changed in this suggestion. For any field set to true, there is a new suggested value.
Attributes
-
backgroundSuggestionState
(type:GoogleApi.Docs.V1.Model.BackgroundSuggestionState.t
, default:nil
) - A mask that indicates which of the fields in background have been changed in this suggestion. -
defaultFooterIdSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to default_footer_id. -
defaultHeaderIdSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to default_header_id. -
evenPageFooterIdSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to even_page_footer_id. -
evenPageHeaderIdSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to even_page_header_id. -
firstPageFooterIdSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to first_page_footer_id. -
firstPageHeaderIdSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to first_page_header_id. -
marginBottomSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to margin_bottom. -
marginFooterSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to margin_footer. -
marginHeaderSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to margin_header. -
marginLeftSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to margin_left. -
marginRightSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to margin_right. -
marginTopSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to margin_top. -
pageNumberStartSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to page_number_start. -
pageSizeSuggestionState
(type:GoogleApi.Docs.V1.Model.SizeSuggestionState.t
, default:nil
) - A mask that indicates which of the fields in size have been changed in this suggestion. -
useCustomHeaderFooterMarginsSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to use_custom_header_footer_margins. -
useEvenPageHeaderFooterSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to use_even_page_header_footer. -
useFirstPageHeaderFooterSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to use_first_page_header_footer.
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.DocumentStyleSuggestionState{ backgroundSuggestionState: GoogleApi.Docs.V1.Model.BackgroundSuggestionState.t(), defaultFooterIdSuggested: boolean(), defaultHeaderIdSuggested: boolean(), evenPageFooterIdSuggested: boolean(), evenPageHeaderIdSuggested: boolean(), firstPageFooterIdSuggested: boolean(), firstPageHeaderIdSuggested: boolean(), marginBottomSuggested: boolean(), marginFooterSuggested: boolean(), marginHeaderSuggested: boolean(), marginLeftSuggested: boolean(), marginRightSuggested: boolean(), marginTopSuggested: boolean(), pageNumberStartSuggested: boolean(), pageSizeSuggestionState: GoogleApi.Docs.V1.Model.SizeSuggestionState.t(), useCustomHeaderFooterMarginsSuggested: boolean(), useEvenPageHeaderFooterSuggested: boolean(), useFirstPageHeaderFooterSuggested: boolean() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.