View Source GoogleApi.Docs.V1.Model.InlineObject (google_api_docs v0.16.0)

An object that appears inline with text. An InlineObject contains an EmbeddedObject such as an image.

Attributes

  • inlineObjectProperties (type: GoogleApi.Docs.V1.Model.InlineObjectProperties.t, default: nil) - The properties of this inline object.
  • objectId (type: String.t, default: nil) - The ID of this inline object. Can be used to update an object’s properties.
  • suggestedDeletionIds (type: list(String.t), default: nil) - The suggested deletion IDs. If empty, then there are no suggested deletions of this content.
  • suggestedInlineObjectPropertiesChanges (type: %{optional(String.t) => GoogleApi.Docs.V1.Model.SuggestedInlineObjectProperties.t}, default: nil) - The suggested changes to the inline object properties, keyed by suggestion ID.
  • suggestedInsertionId (type: String.t, default: nil) - The suggested insertion ID. If empty, then this is not a suggested insertion.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Docs.V1.Model.InlineObject{
  inlineObjectProperties:
    GoogleApi.Docs.V1.Model.InlineObjectProperties.t() | nil,
  objectId: String.t() | nil,
  suggestedDeletionIds: [String.t()] | nil,
  suggestedInlineObjectPropertiesChanges:
    %{
      optional(String.t()) =>
        GoogleApi.Docs.V1.Model.SuggestedInlineObjectProperties.t()
    }
    | nil,
  suggestedInsertionId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.