Class BatchWriteSpansRequest
The request message for the BatchWriteSpans method.
Implements
Inherited Members
Namespace: Google.Apis.CloudTrace.v2.Data
Assembly: Google.Apis.CloudTrace.v2.dll
Syntax
public class BatchWriteSpansRequest : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Spans
Required. A list of new spans. The span names must not match existing spans, otherwise the results are undefined.
Declaration
[JsonProperty("spans")]
public virtual IList<Span> Spans { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<Span> |