GoogleApi.CloudBuild.V2.Model.ResultValue (google_api_cloud_build v0.54.0)
View SourceResultValue holds different types of data for a single result.
Attributes
-
arrayVal(type:list(String.t), default:nil) - Value of the result if type is array. -
objectVal(type:map(), default:nil) - Value of the result if type is object. -
stringVal(type:String.t, default:nil) - Value of the result if type is string. -
type(type:String.t, default:nil) - Output only. The type of data that the result holds.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.