class Google::Apis::JobsV3p1beta1::CompleteQueryResponse

Output only. Response of auto-complete query.

Attributes

completion_results[RW]

Results of the matching job/company candidates. Corresponds to the JSON property `completionResults` @return [Array<Google::Apis::JobsV3p1beta1::CompletionResult>]

metadata[RW]

Output only. Additional information returned to client, such as debugging information. Corresponds to the JSON property `metadata` @return [Google::Apis::JobsV3p1beta1::ResponseMetadata]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/jobs_v3p1beta1/classes.rb, line 652
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/jobs_v3p1beta1/classes.rb, line 657
def update!(**args)
  @completion_results = args[:completion_results] if args.key?(:completion_results)
  @metadata = args[:metadata] if args.key?(:metadata)
end