Class HistogramQuery (1.1.0)

public sealed class HistogramQuery : IMessage<HistogramQuery>, IEquatable<HistogramQuery>, IDeepCloneable<HistogramQuery>, IBufferMessage, IMessage

The histogram request.

Inheritance

Object > HistogramQuery

Namespace

Google.Cloud.Talent.V4

Assembly

Google.Cloud.Talent.V4.dll

Constructors

HistogramQuery()

public HistogramQuery()

HistogramQuery(HistogramQuery)

public HistogramQuery(HistogramQuery other)
Parameter
NameDescription
otherHistogramQuery

Properties

HistogramQuery_

public string HistogramQuery_ { get; set; }

An expression specifies a histogram request against matching jobs for searches.

See [SearchJobsRequest.histogram_queries][google.cloud.talent.v4.SearchJobsRequest.histogram_queries] for details about syntax.

Property Value
TypeDescription
String