View Source GoogleApi.Docs.V1.Model.Location (google_api_docs v0.14.0)

A particular location in the document.

Attributes

  • index (type: integer(), default: nil) - The zero-based index, in UTF-16 code units. The index is relative to the beginning of the segment specified by segment_id.
  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Docs.V1.Model.Location{
  index: integer() | nil,
  segmentId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.