google_api_jobs v0.11.0 GoogleApi.Jobs.V3.Model.ListCompaniesResponse View Source
Output only.
The List companies response object.
Attributes
companies(type:list(GoogleApi.Jobs.V3.Model.Company.t), default:nil) - Companies for the current client.metadata(type:GoogleApi.Jobs.V3.Model.ResponseMetadata.t, default:nil) - Additional information for the API invocation, such as the request tracking id.nextPageToken(type:String.t, default:nil) - A token to retrieve the next page of results.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Jobs.V3.Model.ListCompaniesResponse{
companies: [GoogleApi.Jobs.V3.Model.Company.t()],
metadata: GoogleApi.Jobs.V3.Model.ResponseMetadata.t(),
nextPageToken: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.