Show / Hide Table of Contents

Class PolicyDocumentResponse

An uploaded document. Must be a single logical document (e.g. a financial license).

Inheritance
object
PolicyDocumentResponse
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.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class PolicyDocumentResponse : IDirectResponseSchema

Properties

DocumentId

Required. ID of the uploaded document.

Declaration
[JsonProperty("documentId")]
public virtual string DocumentId { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

ExpiryDate

Optional. Expiry date for the document.

Declaration
[JsonProperty("expiryDate")]
public virtual Date ExpiryDate { get; set; }
Property Value
Type Description
Date

NonExpiring

Optional. True if confirmed that the document does not have an expiry date.

Declaration
[JsonProperty("nonExpiring")]
public virtual bool? NonExpiring { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX