Class AttributeValue
The allowed types for [VALUE] in a [KEY]:[VALUE] attribute.
Implements
Inherited Members
Namespace: Google.Apis.ServiceControl.v1.Data
Assembly: Google.Apis.ServiceControl.v1.dll
Syntax
public class AttributeValue : IDirectResponseSchema
Properties
BoolValue
A Boolean value represented by true or false.
Declaration
[JsonProperty("boolValue")]
public virtual bool? BoolValue { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IntValue
A 64-bit signed integer.
Declaration
[JsonProperty("intValue")]
public virtual long? IntValue { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
StringValue
A string up to 256 bytes long.
Declaration
[JsonProperty("stringValue")]
public virtual TruncatableString StringValue { get; set; }
Property Value
| Type | Description |
|---|---|
| TruncatableString |