google_api_cloud_trace v0.8.0 GoogleApi.CloudTrace.V2.Model.BatchWriteSpansRequest View Source
The request message for the BatchWriteSpans
method.
Attributes
spans
(type:list(GoogleApi.CloudTrace.V2.Model.Span.t)
, default:nil
) - A list of new spans. The span names must not match existing spans, or the results are undefined.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.CloudTrace.V2.Model.BatchWriteSpansRequest{
spans: [GoogleApi.CloudTrace.V2.Model.Span.t()]
}
t() :: %GoogleApi.CloudTrace.V2.Model.BatchWriteSpansRequest{ spans: [GoogleApi.CloudTrace.V2.Model.Span.t()] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.