View Source GoogleApi.Dataproc.V1.Model.ParameterValidation (google_api_dataproc v0.54.0)

Configuration for parameter validation.

Attributes

  • regex (type: GoogleApi.Dataproc.V1.Model.RegexValidation.t, default: nil) - Validation based on regular expressions.
  • values (type: GoogleApi.Dataproc.V1.Model.ValueValidation.t, default: nil) - Validation based on a list of allowed values.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataproc.V1.Model.ParameterValidation{
  regex: GoogleApi.Dataproc.V1.Model.RegexValidation.t() | nil,
  values: GoogleApi.Dataproc.V1.Model.ValueValidation.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.