View Source GoogleApi.Docs.V1.Model.PositionedObject (google_api_docs v0.15.0)

An object that's 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Docs.V1.Model.PositionedObject{
  objectId: String.t() | nil,
  positionedObjectProperties:
    GoogleApi.Docs.V1.Model.PositionedObjectProperties.t() | nil,
  suggestedDeletionIds: [String.t()] | nil,
  suggestedInsertionId: String.t() | nil,
  suggestedPositionedObjectPropertiesChanges:
    %{
      optional(String.t()) =>
        GoogleApi.Docs.V1.Model.SuggestedPositionedObjectProperties.t()
    }
    | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.