Class Module
Binary module.
Implements
Inherited Members
Namespace: Google.Apis.CloudTrace.v2.Data
Assembly: Google.Apis.CloudTrace.v2.dll
Syntax
public class Module : IDirectResponseSchemaProperties
BuildId
A unique identifier for the module, usually a hash of its contents (up to 128 bytes).
Declaration
[JsonProperty("buildId")]
public virtual TruncatableString BuildId { get; set; }Property Value
| Type | Description | 
|---|---|
| TruncatableString | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ModuleValue
For example: main binary, kernel modules, and dynamic libraries such as libc.so, sharedlib.so (up to 256 bytes).
Declaration
[JsonProperty("module")]
public virtual TruncatableString ModuleValue { get; set; }Property Value
| Type | Description | 
|---|---|
| TruncatableString |