View Source GoogleApi.DataMigration.V1.Model.Position (google_api_data_migration v0.13.0)

Issue position.

Attributes

  • column (type: integer(), default: nil) - Issue column number
  • length (type: integer(), default: nil) - Issue length
  • line (type: integer(), default: nil) - Issue line number
  • offset (type: integer(), default: nil) - Issue offset

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataMigration.V1.Model.Position{
  column: integer() | nil,
  length: integer() | nil,
  line: integer() | nil,
  offset: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.