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

Filter based on relation between source value and compare value of type integer in ConditionalColumnSetValue

Attributes

  • value (type: String.t, default: nil) - Required. Integer compare value to be used
  • valueComparison (type: String.t, default: nil) - Required. Relation between source value and compare value

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataMigration.V1.Model.IntComparisonFilter{
  value: String.t() | nil,
  valueComparison: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.