google_api_cloud_trace v0.20.3 GoogleApi.CloudTrace.V2.Model.Module View Source
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).
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudTrace.V2.Model.Module{ buildId: GoogleApi.CloudTrace.V2.Model.TruncatableString.t(), module: GoogleApi.CloudTrace.V2.Model.TruncatableString.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.