Class: Google::Apis::JobsV4::CompleteQueryResponse
- Inherits:
-
Object
- Object
- Google::Apis::JobsV4::CompleteQueryResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/jobs_v4/classes.rb,
generated/google/apis/jobs_v4/representations.rb,
generated/google/apis/jobs_v4/representations.rb
Overview
Response of auto-complete query.
Instance Attribute Summary collapse
-
#completion_results ⇒ Array<Google::Apis::JobsV4::CompletionResult>
Results of the matching job/company candidates.
-
#metadata ⇒ Google::Apis::JobsV4::ResponseMetadata
Additional information returned to client, such as debugging information.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CompleteQueryResponse
constructor
A new instance of CompleteQueryResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CompleteQueryResponse
Returns a new instance of CompleteQueryResponse.
702 703 704 |
# File 'generated/google/apis/jobs_v4/classes.rb', line 702 def initialize(**args) update!(**args) end |
Instance Attribute Details
#completion_results ⇒ Array<Google::Apis::JobsV4::CompletionResult>
Results of the matching job/company candidates.
Corresponds to the JSON property completionResults
695 696 697 |
# File 'generated/google/apis/jobs_v4/classes.rb', line 695 def completion_results @completion_results end |
#metadata ⇒ Google::Apis::JobsV4::ResponseMetadata
Additional information returned to client, such as debugging information.
Corresponds to the JSON property metadata
700 701 702 |
# File 'generated/google/apis/jobs_v4/classes.rb', line 700 def @metadata end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
707 708 709 710 |
# File 'generated/google/apis/jobs_v4/classes.rb', line 707 def update!(**args) @completion_results = args[:completion_results] if args.key?(:completion_results) @metadata = args[:metadata] if args.key?(:metadata) end |