Show / Hide Table of Contents

Class GoogleCloudKmsInventoryV1ListCryptoKeysResponse

Response message for KeyDashboardService.ListCryptoKeys.

Inheritance
object
GoogleCloudKmsInventoryV1ListCryptoKeysResponse
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.Kmsinventory.v1.Data
Assembly: Google.Apis.Kmsinventory.v1.dll
Syntax
public class GoogleCloudKmsInventoryV1ListCryptoKeysResponse : IDirectResponseSchema

Properties

CryptoKeys

The list of CryptoKeys.

Declaration
[JsonProperty("cryptoKeys")]
public virtual IList<GoogleCloudKmsV1CryptoKey> CryptoKeys { get; set; }
Property Value
Type Description
IList<GoogleCloudKmsV1CryptoKey>

ETag

The ETag of the item.

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

NextPageToken

The page token returned from the previous response if the next page is desired.

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