View Source GoogleApi.Datastream.V1.Model.Validation (google_api_datastream v0.3.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) - Validation execution status.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
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
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.