View Source GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoParamSpecEntryValidationRuleStringRegex (google_api_integrations v0.6.0)

Rule used to validate strings.

Attributes

  • exclusive (type: boolean(), default: nil) - Whether the regex matcher is applied exclusively (if true, matching values will be rejected).
  • regex (type: String.t, default: nil) - The regex applied to the input value(s).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoParamSpecEntryValidationRuleStringRegex{
    exclusive: boolean() | nil,
    regex: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.