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

Binary module.

Attributes

  • buildId (type: GoogleApi.CloudTrace.V2.Model.TruncatableString.t, default: nil) - A unique identifier for the module, usually a hash of its contents (up to 128 bytes).
  • module (type: GoogleApi.CloudTrace.V2.Model.TruncatableString.t, default: nil) - For example: main binary, kernel modules, and dynamic libraries such as libc.so, sharedlib.so (up to 256 bytes).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudTrace.V2.Model.Module{
  buildId: GoogleApi.CloudTrace.V2.Model.TruncatableString.t() | nil,
  module: GoogleApi.CloudTrace.V2.Model.TruncatableString.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.