Show / Hide Table of Contents

Class DeobfuscationFile

Represents a deobfuscation file.

Inheritance
System.Object
DeobfuscationFile
Implements
IDirectResponseSchema
Namespace: Google.Apis.AndroidPublisher.v2.Data
Assembly: Google.Apis.AndroidPublisher.v2.dll
Syntax
public class DeobfuscationFile : object, IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

SymbolType

The type of the deobfuscation file.

Declaration
public virtual string SymbolType { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top