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

Location at the end of a body, header, footer or footnote. The location is immediately before the last newline in the document segment.

Attributes

  • segmentId (type: String.t, default: nil) - The ID of the header, footer or footnote the location is in. An empty segment ID signifies the document's body.
  • tabId (type: String.t, default: nil) - The tab that the location 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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.