class Google::Apis::JobsV4::CompleteQueryResponse

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::JobsV4::CompletionResult>]

metadata[RW]

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

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/jobs_v4/classes.rb, line 702
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_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