View Source GoogleApi.CloudTrace.V2.Model.Links (google_api_cloud_trace v0.23.2)

A collection of links, which are references from this span to a span in the same or different trace.

Attributes

  • droppedLinksCount (type: integer(), default: nil) - The number of dropped links after the maximum size was enforced. If this value is 0, then no links were dropped.
  • link (type: list(GoogleApi.CloudTrace.V2.Model.Link.t), default: nil) - A collection of links.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudTrace.V2.Model.Links{
  droppedLinksCount: integer() | nil,
  link: [GoogleApi.CloudTrace.V2.Model.Link.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.