GoogleApi.Language.V2.Model.XPSColumnSpecCorrelatedColumn (google_api_language v0.16.3)

View Source

Identifies a table's column, and its correlation with the column this ColumnSpec describes.

Attributes

  • columnId (type: integer(), default: nil) -
  • correlationStats (type: GoogleApi.Language.V2.Model.XPSCorrelationStats.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Language.V2.Model.XPSColumnSpecCorrelatedColumn{
  columnId: integer() | nil,
  correlationStats: GoogleApi.Language.V2.Model.XPSCorrelationStats.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.