google_api_script v0.10.0 GoogleApi.Script.V1.Model.Value View Source
Value represents a dynamically typed value which is the outcome of an
executed script
Based on Value at:
google3/apps/maestro/api/struct.proto?q=message%5c%20Value
Attributes
boolValue(type:boolean(), default:nil) - Represents a boolean value.bytesValue(type:String.t, default:nil) - Represents raw byte values.dateValue(type:String.t, default:nil) - Represents a date in ms since the epoch.listValue(type:GoogleApi.Script.V1.Model.ListValue.t, default:nil) - Represents a repeatedValue.nullValue(type:String.t, default:nil) - Represents a null value.numberValue(type:float(), default:nil) - Represents a double value.protoValue(type:map(), default:nil) - Represents a structured proto value.stringValue(type:String.t, default:nil) - Represents a string value.structValue(type:GoogleApi.Script.V1.Model.Struct.t, default:nil) - Represents a structured value.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Script.V1.Model.Value{
boolValue: boolean(),
bytesValue: String.t(),
dateValue: String.t(),
listValue: GoogleApi.Script.V1.Model.ListValue.t(),
nullValue: String.t(),
numberValue: float(),
protoValue: map(),
stringValue: String.t(),
structValue: GoogleApi.Script.V1.Model.Struct.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.