Class Links
A collection of links, which are references from this span to a span in the same or different trace.
Implements
Inherited Members
Namespace: Google.Apis.CloudTrace.v2.Data
Assembly: Google.Apis.CloudTrace.v2.dll
Syntax
public class Links : IDirectResponseSchema
Properties
DroppedLinksCount
The number of dropped links after the maximum size was enforced. If this value is 0, then no links were dropped.
Declaration
[JsonProperty("droppedLinksCount")]
public virtual int? DroppedLinksCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Link
A collection of links.
Declaration
[JsonProperty("link")]
public virtual IList<Link> Link { get; set; }
Property Value
Type | Description |
---|---|
IList<Link> |