View Source GoogleApi.Jobs.V2.Model.ListCompanyJobsResponse (google_api_jobs v0.18.0)
Deprecated. Use ListJobsResponse instead.
Output only.
The List jobs response object.
Attributes
jobs
(type:list(GoogleApi.Jobs.V2.Model.Job.t)
, default:nil
) - The Jobs for a given company.The maximum number of items returned is based on the limit field provided in the request.
metadata
(type:GoogleApi.Jobs.V2.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.totalSize
(type:String.t
, default:nil
) - The total number of open jobs. The result will be empty if ListCompanyJobsRequest.include_jobs_count is not enabled or if no open jobs are available.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Jobs.V2.Model.ListCompanyJobsResponse{ jobs: [GoogleApi.Jobs.V2.Model.Job.t()], metadata: GoogleApi.Jobs.V2.Model.ResponseMetadata.t(), nextPageToken: String.t(), totalSize: String.t() }
Functions
Unwrap a decoded JSON object into its complex fields.