Struct google_serviceregistryalpha::EndpointsListResponse [] [src]

pub struct EndpointsListResponse {
    pub next_page_token: Option<String>,
    pub endpoints: Option<Vec<Endpoint>>,
}

A response containing a partial list of Endpoints and a page token used to build the next request if the request has been truncated. Next available tag: 6

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

[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.

The endpoints contained in this response.

Trait Implementations

impl Debug for EndpointsListResponse
[src]

Formats the value using the given formatter.

impl Clone for EndpointsListResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for EndpointsListResponse
[src]

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

impl ResponseResult for EndpointsListResponse
[src]