Class Annotation
Text annotation with a set of attributes.
Implements
Inherited Members
Namespace: Google.Apis.CloudTrace.v2.Data
Assembly: Google.Apis.CloudTrace.v2.dll
Syntax
public class Annotation : IDirectResponseSchema
Properties
Attributes
A set of attributes on the annotation. You can have up to 4 attributes per Annotation.
Declaration
[JsonProperty("attributes")]
public virtual Attributes Attributes { get; set; }
Property Value
Type | Description |
---|---|
Attributes |
Description
A user-supplied message describing the event. The maximum length for the description is 256 bytes.
Declaration
[JsonProperty("description")]
public virtual TruncatableString Description { get; set; }
Property Value
Type | Description |
---|---|
TruncatableString |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |