Show / Hide Table of Contents

Class ApksAddExternallyHostedResponse

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

Properties

ETag

The ETag of the item.

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

ExternallyHostedApk

The definition of the externally-hosted APK and where it is located.

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

Implements

IDirectResponseSchema
Back to top