google_api_cloud_trace v0.7.0 GoogleApi.CloudTrace.V2.Model.Module View Source
Binary module.
Attributes
- buildId (TruncatableString): A unique identifier for the module, usually a hash of its contents (up to 128 bytes). Defaults to:
null
. - module (TruncatableString): For example: main binary, kernel modules, and dynamic libraries such as libc.so, sharedlib.so (up to 256 bytes). 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()
View Source
t() :: %GoogleApi.CloudTrace.V2.Model.Module{
buildId: GoogleApi.CloudTrace.V2.Model.TruncatableString.t(),
module: GoogleApi.CloudTrace.V2.Model.TruncatableString.t()
}
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
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.