Class: Google::Apis::JobsV3::CompleteQueryResponse
- Inherits:
-
Object
- Object
- Google::Apis::JobsV3::CompleteQueryResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/jobs_v3/classes.rb,
generated/google/apis/jobs_v3/representations.rb,
generated/google/apis/jobs_v3/representations.rb
Overview
Output only. Response of auto-complete query.
Instance Attribute Summary collapse
-
#completion_results ⇒ Array<Google::Apis::JobsV3::CompletionResult>
Results of the matching job/company candidates.
-
#metadata ⇒ Google::Apis::JobsV3::ResponseMetadata
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CompleteQueryResponse
constructor
A new instance of CompleteQueryResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ CompleteQueryResponse
Returns a new instance of CompleteQueryResponse
714 715 716 |
# File 'generated/google/apis/jobs_v3/classes.rb', line 714 def initialize(**args) update!(**args) end |
Instance Attribute Details
#completion_results ⇒ Array<Google::Apis::JobsV3::CompletionResult>
Results of the matching job/company candidates.
Corresponds to the JSON property completionResults
706 707 708 |
# File 'generated/google/apis/jobs_v3/classes.rb', line 706 def completion_results @completion_results end |
#metadata ⇒ Google::Apis::JobsV3::ResponseMetadata
Output only.
Additional information returned to client, such as debugging information.
Corresponds to the JSON property metadata
712 713 714 |
# File 'generated/google/apis/jobs_v3/classes.rb', line 712 def @metadata end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
719 720 721 722 |
# File 'generated/google/apis/jobs_v3/classes.rb', line 719 def update!(**args) @completion_results = args[:completion_results] if args.key?(:completion_results) @metadata = args[:metadata] if args.key?(:metadata) end |