GoogleApi.Jobs.V3.Model.ListJobsResponse (google_api_jobs v0.21.0)
View SourceOutput only. List jobs response.
Attributes
-
jobs(type:list(GoogleApi.Jobs.V3.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.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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Jobs.V3.Model.ListJobsResponse{ jobs: [GoogleApi.Jobs.V3.Model.Job.t()] | nil, metadata: GoogleApi.Jobs.V3.Model.ResponseMetadata.t() | nil, nextPageToken: String.t() | nil }