View Source GoogleApi.Connectors.V1.Model.FieldComparison (google_api_connectors v0.5.0)

Field that needs to be compared.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@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

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

Unwrap a decoded JSON object into its complex fields.