google_api_jobs v0.11.0 GoogleApi.Jobs.V2.Model.CompleteQueryResponse View Source
Output only.
Response of auto-complete query.
Attributes
completionResults(type:list(GoogleApi.Jobs.V2.Model.CompletionResult.t), default:nil) - Results of the matching job/company candidates.metadata(type:GoogleApi.Jobs.V2.Model.ResponseMetadata.t, default:nil) - Additional information for the API invocation, such as the request tracking id.
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.V2.Model.CompleteQueryResponse{
completionResults: [GoogleApi.Jobs.V2.Model.CompletionResult.t()],
metadata: GoogleApi.Jobs.V2.Model.ResponseMetadata.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.