View Source GoogleApi.CloudTrace.V2.Model.BatchWriteSpansRequest (google_api_cloud_trace v0.23.2)
The request message for the BatchWriteSpans
method.
Attributes
-
spans
(type:list(GoogleApi.CloudTrace.V2.Model.Span.t)
, default:nil
) - Required. A list of new spans. The span names must not match existing spans, otherwise the results are undefined.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudTrace.V2.Model.BatchWriteSpansRequest{ spans: [GoogleApi.CloudTrace.V2.Model.Span.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.