google_api_docs v0.4.0 GoogleApi.Docs.V1.Model.PositionedObject View Source
An object that is tethered to a Paragraph and positioned relative to the beginning of the paragraph. A PositionedObject contains an EmbeddedObject such as an image.
Attributes
objectId
(type:String.t
, default:nil
) - The ID of this positioned object.positionedObjectProperties
(type:GoogleApi.Docs.V1.Model.PositionedObjectProperties.t
, default:nil
) - The properties of this positioned object.suggestedDeletionIds
(type:list(String.t)
, default:nil
) - The suggested deletion IDs. If empty, then there are no suggested deletions of this content.suggestedInsertionId
(type:String.t
, default:nil
) - The suggested insertion ID. If empty, then this is not a suggested insertion.suggestedPositionedObjectPropertiesChanges
(type:%{optional(String.t) => GoogleApi.Docs.V1.Model.SuggestedPositionedObjectProperties.t}
, default:nil
) - The suggested changes to the positioned object properties, keyed by suggestion ID.
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.PositionedObject{ objectId: String.t(), positionedObjectProperties: GoogleApi.Docs.V1.Model.PositionedObjectProperties.t(), suggestedDeletionIds: [String.t()], suggestedInsertionId: String.t(), suggestedPositionedObjectPropertiesChanges: %{ optional(String.t()) => GoogleApi.Docs.V1.Model.SuggestedPositionedObjectProperties.t() } }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.