Class: Google::Apis::JobsV3::CompleteQueryResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/jobs_v3/classes.rb,
lib/google/apis/jobs_v3/representations.rb,
lib/google/apis/jobs_v3/representations.rb

Overview

Output only. Response of auto-complete query.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CompleteQueryResponse

Returns a new instance of CompleteQueryResponse.



653
654
655
# File 'lib/google/apis/jobs_v3/classes.rb', line 653

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#completion_resultsArray<Google::Apis::JobsV3::CompletionResult>

Results of the matching job/company candidates. Corresponds to the JSON property completionResults



645
646
647
# File 'lib/google/apis/jobs_v3/classes.rb', line 645

def completion_results
  @completion_results
end

#metadataGoogle::Apis::JobsV3::ResponseMetadata

Output only. Additional information returned to client, such as debugging information. Corresponds to the JSON property metadata



651
652
653
# File 'lib/google/apis/jobs_v3/classes.rb', line 651

def 
  @metadata
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



658
659
660
661
# File 'lib/google/apis/jobs_v3/classes.rb', line 658

def update!(**args)
  @completion_results = args[:completion_results] if args.key?(:completion_results)
  @metadata = args[:metadata] if args.key?(:metadata)
end