Struct google_pubsub1_beta2::ListTopicSubscriptionsResponse [] [src]

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

Response for the ListTopicSubscriptions 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 ListTopicSubscriptionsRequest to get more subscriptions.

The names of the subscriptions that match the request.

Trait Implementations

impl Debug for ListTopicSubscriptionsResponse
[src]

Formats the value using the given formatter.

impl Clone for ListTopicSubscriptionsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ListTopicSubscriptionsResponse
[src]

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

impl ResponseResult for ListTopicSubscriptionsResponse
[src]