GoogleApi.Docs.V1.Model.DeletePositionedObjectRequest (google_api_docs v0.18.0)

View Source

Deletes a PositionedObject from the document.

Attributes

  • objectId (type: String.t, default: nil) - The ID of the positioned object to delete.
  • tabId (type: String.t, default: nil) - The tab that the positioned object to delete is in. When omitted, the request is applied to the first tab. In a document containing a single tab: - If provided, must match the singular tab's ID. - If omitted, the request applies to the singular tab. In a document containing multiple tabs: - If provided, the request applies to the specified tab. - If omitted, the request applies to the first tab in the document.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Docs.V1.Model.DeletePositionedObjectRequest{
  objectId: String.t() | nil,
  tabId: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.