View Source GoogleApi.DataMigration.V1.Model.FilterTableColumns (google_api_data_migration v0.15.0)

Options to configure rule type FilterTableColumns. The rule is used to filter the list of columns to include or exclude from a table. The rule filter field can refer to one entity. The rule scope can be: Table Only one of the two lists can be specified for the rule.

Attributes

  • excludeColumns (type: list(String.t), default: nil) - Optional. List of columns to be excluded for a particular table.
  • includeColumns (type: list(String.t), default: nil) - Optional. List of columns to be included for a particular table.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataMigration.V1.Model.FilterTableColumns{
  excludeColumns: [String.t()] | nil,
  includeColumns: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.