Show / Hide Table of Contents

Class Module

Binary module.

Inheritance
object
Module
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudTrace.v2.Data
Assembly: Google.Apis.CloudTrace.v2.dll
Syntax
public class Module : IDirectResponseSchema

Properties

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX