google_api_docs v0.8.0 GoogleApi.Docs.V1.Model.InlineObject View Source

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.
  • 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.

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 Source
t() :: %GoogleApi.Docs.V1.Model.InlineObject{
  inlineObjectProperties: GoogleApi.Docs.V1.Model.InlineObjectProperties.t(),
  objectId: String.t(),
  suggestedDeletionIds: [String.t()],
  suggestedInlineObjectPropertiesChanges: %{
    optional(String.t()) =>
      GoogleApi.Docs.V1.Model.SuggestedInlineObjectProperties.t()
  },
  suggestedInsertionId: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.