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

Filter for text-based data types like varchar.

Attributes

  • sourceMaxLengthFilter (type: String.t, default: nil) - Optional. The filter will match columns with length smaller than or equal to this number.
  • sourceMinLengthFilter (type: String.t, default: nil) - Optional. The filter will match columns with length greater than or equal to this number.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataMigration.V1.Model.SourceTextFilter{
  sourceMaxLengthFilter: String.t() | nil,
  sourceMinLengthFilter: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.