GoogleApi.Dataflow.V1b3.Model.ValidateResponse (google_api_dataflow v0.35.0) View Source
Response to the validation request.
Attributes
-
errorMessage(type:String.t, default:nil) - Will be empty if validation succeeds. -
queryInfo(type:GoogleApi.Dataflow.V1b3.Model.QueryInfo.t, default:nil) - Information about the validated query. Not defined if validation fails.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Dataflow.V1b3.Model.ValidateResponse{
errorMessage: String.t() | nil,
queryInfo: GoogleApi.Dataflow.V1b3.Model.QueryInfo.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.