Struct google_jobs3::ListCompaniesResponse[][src]

pub struct ListCompaniesResponse {
    pub next_page_token: Option<String>,
    pub companies: Option<Vec<Company>>,
    pub metadata: Option<ResponseMetadata>,
}

Output only.

The List companies response object.

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 the next page of results.

Companies for the current client.

Additional information for the API invocation, such as the request tracking id.

Trait Implementations

impl Default for ListCompaniesResponse
[src]

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

impl Clone for ListCompaniesResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListCompaniesResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for ListCompaniesResponse
[src]

Auto Trait Implementations