View Source GoogleApi.Language.V2.Model.XPSTableSpec (google_api_language v0.16.0)

Attributes

  • columnSpecs (type: %{optional(String.t) => GoogleApi.Language.V2.Model.XPSColumnSpec.t}, default: nil) - Mapping from column id to column spec.
  • importedDataSizeInBytes (type: String.t, default: nil) - The total size of imported data of the table.
  • rowCount (type: String.t, default: nil) - The number of rows in the table.
  • timeColumnId (type: integer(), default: nil) - The id of the time column.
  • validRowCount (type: String.t, default: nil) - The number of valid rows.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Language.V2.Model.XPSTableSpec{
  columnSpecs:
    %{optional(String.t()) => GoogleApi.Language.V2.Model.XPSColumnSpec.t()}
    | nil,
  importedDataSizeInBytes: String.t() | nil,
  rowCount: String.t() | nil,
  timeColumnId: integer() | nil,
  validRowCount: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.