google_api_docs v0.3.0 GoogleApi.Docs.V1.Model.Location View Source

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.

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.Location{
  index: integer(),
  segmentId: 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.