Class ListExascaleDbStorageVaultsResponse
The response for ExascaleDbStorageVault.List.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class ListExascaleDbStorageVaultsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExascaleDbStorageVaults
The ExascaleDbStorageVaults.
Declaration
[JsonProperty("exascaleDbStorageVaults")]
public virtual IList<ExascaleDbStorageVault> ExascaleDbStorageVaults { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<ExascaleDbStorageVault> |
NextPageToken
A token identifying a page of results the server should return. If present, the next page token can be provided to a subsequent ListExascaleDbStorageVaults call to list the next page. If empty, there are no more pages.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |