View Source GoogleApi.Language.V1.Model.XPSColumnSpecCorrelatedColumn (google_api_language v0.15.0)

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

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.