GoogleApi.Connectors.V1.Model.FieldComparison (google_api_connectors v0.18.0)

View Source

Field that needs to be compared.

Attributes

  • boolValue (type: boolean(), default: nil) - Boolean value
  • comparator (type: String.t, default: nil) - Optional. Comparator to use for comparing the field value.
  • intValue (type: String.t, default: nil) - Integer value
  • key (type: String.t, default: nil) - Optional. Key of the field.
  • stringValue (type: String.t, default: nil) - String value

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Connectors.V1.Model.FieldComparison{
  boolValue: boolean() | nil,
  comparator: String.t() | nil,
  intValue: String.t() | nil,
  key: String.t() | nil,
  stringValue: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.