Show / Hide Table of Contents

Class ListExascaleDbStorageVaultsResponse

The response for ExascaleDbStorageVault.List.

Inheritance
object
ListExascaleDbStorageVaultsResponse
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX