Struct google_jobs3::HistogramResults[][src]

pub struct HistogramResults {
    pub custom_attribute_histogram_results: Option<Vec<CustomAttributeHistogramResult>>,
    pub simple_histogram_results: Option<Vec<HistogramResult>>,
    pub compensation_histogram_results: Option<Vec<CompensationHistogramResult>>,
}

Output only.

Histogram results that match HistogramFacets specified in SearchJobsRequest.

This type is not used in any activity, and only used as part of another schema.

Fields

Specifies histogram results for custom attributes that match HistogramFacets.custom_attribute_histogram_facets.

Specifies histogram results that matches HistogramFacets.simple_histogram_facets.

Specifies compensation field-based histogram results that match HistogramFacets.compensation_histogram_requests.

Trait Implementations

impl Default for HistogramResults
[src]

Returns the "default value" for a type. Read more

impl Clone for HistogramResults
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HistogramResults
[src]

Formats the value using the given formatter. Read more

impl Part for HistogramResults
[src]

Auto Trait Implementations