Name | Type | Description | Notes |
---|---|---|---|
nullValue | String | null value. | [optional] |
boolValue | Boolean | boolean value. | [optional] |
int64Value | String | int64 value. | [optional] |
uint64Value | String | uint64 value. | [optional] |
doubleValue | Number | double value. | [optional] |
stringValue | String | string value. | [optional] |
bytesValue | Blob | bytes value. | [optional] |
durationValue | String | protobuf.Duration value. Deprecated: duration is no longer considered a builtin cel type. | [optional] |
timestampValue | Date | protobuf.Timestamp value. Deprecated: timestamp is no longer considered a builtin cel type. | [optional] |