Class PolicyDocumentResponse
An uploaded document. Must be a single logical document (e.g. a financial license).
Implements
Inherited Members
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? |