Struct google_cloudkms1_beta1::ListKeyRingsResponse [] [src]

pub struct ListKeyRingsResponse {
    pub next_page_token: Option<String>,
    pub total_size: Option<i32>,
    pub key_rings: Option<Vec<KeyRing>>,
}

Response message for KeyManagementService.ListKeyRings.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

A token to retrieve next page of results. Pass this value in ListKeyRingsRequest.page_token to retrieve the next page of results.

The total number of KeyRings that matched the query.

The list of KeyRings.

Trait Implementations

impl Default for ListKeyRingsResponse
[src]

Returns the "default value" for a type. Read more

impl Clone for ListKeyRingsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListKeyRingsResponse
[src]

Formats the value using the given formatter.

impl ResponseResult for ListKeyRingsResponse
[src]