Show / Hide Table of Contents

Class CompleteQueryResponse

Output only. Response of auto-complete query.

Inheritance
object
CompleteQueryResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudTalentSolution.v3p1beta1.Data
Assembly: Google.Apis.CloudTalentSolution.v3p1beta1.dll
Syntax
public class CompleteQueryResponse : IDirectResponseSchema

Properties

CompletionResults

Results of the matching job/company candidates.

Declaration
[JsonProperty("completionResults")]
public virtual IList<CompletionResult> CompletionResults { get; set; }
Property Value
Type Description
IList<CompletionResult>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Metadata

Additional information for the API invocation, such as the request tracking id.

Declaration
[JsonProperty("metadata")]
public virtual ResponseMetadata Metadata { get; set; }
Property Value
Type Description
ResponseMetadata

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX