Show / Hide Table of Contents

Class Annotation

Text annotation with a set of attributes.

Inheritance
object
Annotation
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX