Struct google_pubsub1_beta2::ListSubscriptionsResponse [] [src]

pub struct ListSubscriptionsResponse {
    pub next_page_token: Option<String>,
    pub subscriptions: Option<Vec<Subscription>>,
}

Response for the ListSubscriptions method.

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

If not empty, indicates that there may be more subscriptions that match the request; this value should be passed in a new ListSubscriptionsRequest to get more subscriptions.

The subscriptions that match the request.

Trait Implementations

impl Default for ListSubscriptionsResponse
[src]

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

impl Clone for ListSubscriptionsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListSubscriptionsResponse
[src]

Formats the value using the given formatter.

impl ResponseResult for ListSubscriptionsResponse
[src]