View Source GoogleApi.Language.V2.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.V2.Model.XPSCorrelationStats.t
, default:nil
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Language.V2.Model.XPSColumnSpecCorrelatedColumn{ columnId: integer() | nil, correlationStats: GoogleApi.Language.V2.Model.XPSCorrelationStats.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.