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

A list of values to filter by in ConditionalColumnSetValue

Attributes

  • ignoreCase (type: boolean(), default: nil) - Required. Whether to ignore case when filtering by values. Defaults to false
  • valuePresentList (type: String.t, default: nil) - Required. Indicates whether the filter matches rows with values that are present in the list or those with values not present in it.
  • values (type: list(String.t), default: nil) - Required. The list to be used to filter by

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataMigration.V1.Model.ValueListFilter{
  ignoreCase: boolean() | nil,
  valuePresentList: String.t() | nil,
  values: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.