Class ListExportsResponse
The exports for a matter.
Implements
Inherited Members
Namespace: Google.Apis.Vault.v1.Data
Assembly: Google.Apis.Vault.v1.dll
Syntax
public class ListExportsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Exports
The list of exports.
Declaration
[JsonProperty("exports")]
public virtual IList<Export> Exports { get; set; }
Property Value
Type | Description |
---|---|
IList<Export> |
NextPageToken
Page token to retrieve the next page of results in the list.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |