Class ListHmacKeysOptions (3.4.0)

public sealed class ListHmacKeysOptions

Options for ListHmacKey operations.

Inheritance

System.Object > ListHmacKeysOptions

Namespace

Google.Cloud.Storage.V1

Assembly

Google.Cloud.Storage.V1.dll

Properties

PageSize

public int? PageSize { get; set; }

The number of results to return per page. (This modifies the per-request page size; it does not affect the total number of results returned.)

Property Value
TypeDescription
System.Nullable<System.Int32>

PageToken

public string PageToken { get; set; }

If set, this token is used to indicate a continued list operation. The value should be taken from the NextPageToken property of either a Google.Api.Gax.Page`1 or a raw response from Google.Api.Gax.PagedEnumerable`2.AsRawResponses.

Property Value
TypeDescription
System.String

ShowDeletedKeys

public bool? ShowDeletedKeys { get; set; }

If set, this determines whether deleted keys are included in the results.

Property Value
TypeDescription
System.Nullable<System.Boolean>