View Source GoogleApi.Datastream.V1.Model.Validation (google_api_datastream v0.4.0)

A validation to perform on a stream.

Attributes

  • code (type: String.t, default: nil) - A custom code identifying this validation.
  • description (type: String.t, default: nil) - A short description of the validation.
  • message (type: list(GoogleApi.Datastream.V1.Model.ValidationMessage.t), default: nil) - Messages reflecting the validation results.
  • state (type: String.t, default: nil) - Output only. Validation execution status.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Datastream.V1.Model.Validation{
  code: String.t() | nil,
  description: String.t() | nil,
  message: [GoogleApi.Datastream.V1.Model.ValidationMessage.t()] | nil,
  state: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.