Show / Hide Table of Contents

Class AttributeValue

The allowed types for [VALUE] in a [KEY]:[VALUE] attribute.

Inheritance
object
AttributeValue
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudTrace.v2.Data
Assembly: Google.Apis.CloudTrace.v2.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX