Struct google_jobs3::CompensationHistogramRequest[][src]

pub struct CompensationHistogramRequest {
    pub bucketing_option: Option<NumericBucketingOption>,
    pub type_: Option<String>,
}

Input only.

Compensation based histogram request.

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

Fields

Required.

Numeric histogram options, like buckets, whether include min or max value.

Required.

Type of the request, representing which field the histogramming should be performed over. A single request can only specify one histogram of each CompensationHistogramRequestType.

Trait Implementations

impl Default for CompensationHistogramRequest
[src]

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

impl Clone for CompensationHistogramRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CompensationHistogramRequest
[src]

Formats the value using the given formatter. Read more

impl Part for CompensationHistogramRequest
[src]

Auto Trait Implementations