Show / Hide Table of Contents

Class DeobfuscationFilesUploadResponse

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

Properties

DeobfuscationFile

Declaration
public virtual DeobfuscationFile DeobfuscationFile { get; set; }
Property Value
Type Description
DeobfuscationFile

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
Back to top