google_api_cloud_trace v0.7.0 GoogleApi.CloudTrace.V2.Model.Links View Source

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

Attributes

  • droppedLinksCount (integer()): The number of dropped links after the maximum size was enforced. If this value is 0, then no links were dropped. Defaults to: null.
  • link ([Link]): A collection of links. Defaults to: null.

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() :: %GoogleApi.CloudTrace.V2.Model.Links{
  droppedLinksCount: any(),
  link: [GoogleApi.CloudTrace.V2.Model.Link.t()]
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.