View Source GoogleApi.Docs.V1.Model.EmbeddedObjectSuggestionState (google_api_docs v0.16.0)
A mask that indicates which of the fields on the base EmbeddedObject have been changed in this suggestion. For any field set to true, there's a new suggested value.
Attributes
-
descriptionSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to description. -
embeddedDrawingPropertiesSuggestionState
(type:GoogleApi.Docs.V1.Model.EmbeddedDrawingPropertiesSuggestionState.t
, default:nil
) - A mask that indicates which of the fields in embedded_drawing_properties have been changed in this suggestion. -
embeddedObjectBorderSuggestionState
(type:GoogleApi.Docs.V1.Model.EmbeddedObjectBorderSuggestionState.t
, default:nil
) - A mask that indicates which of the fields in embedded_object_border have been changed in this suggestion. -
imagePropertiesSuggestionState
(type:GoogleApi.Docs.V1.Model.ImagePropertiesSuggestionState.t
, default:nil
) - A mask that indicates which of the fields in image_properties have been changed in this suggestion. -
linkedContentReferenceSuggestionState
(type:GoogleApi.Docs.V1.Model.LinkedContentReferenceSuggestionState.t
, default:nil
) - A mask that indicates which of the fields in linked_content_reference have been changed in this suggestion. -
marginBottomSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to margin_bottom. -
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. -
sizeSuggestionState
(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. -
titleSuggested
(type:boolean()
, default:nil
) - Indicates if there was a suggested change to title.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Docs.V1.Model.EmbeddedObjectSuggestionState{ descriptionSuggested: boolean() | nil, embeddedDrawingPropertiesSuggestionState: GoogleApi.Docs.V1.Model.EmbeddedDrawingPropertiesSuggestionState.t() | nil, embeddedObjectBorderSuggestionState: GoogleApi.Docs.V1.Model.EmbeddedObjectBorderSuggestionState.t() | nil, imagePropertiesSuggestionState: GoogleApi.Docs.V1.Model.ImagePropertiesSuggestionState.t() | nil, linkedContentReferenceSuggestionState: GoogleApi.Docs.V1.Model.LinkedContentReferenceSuggestionState.t() | nil, marginBottomSuggested: boolean() | nil, marginLeftSuggested: boolean() | nil, marginRightSuggested: boolean() | nil, marginTopSuggested: boolean() | nil, sizeSuggestionState: GoogleApi.Docs.V1.Model.SizeSuggestionState.t() | nil, titleSuggested: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.