Struct google_jobs3::CompensationHistogramResult[][src]

pub struct CompensationHistogramResult {
    pub type_: Option<String>,
    pub result: Option<NumericBucketingResult>,
}

Output only.

Compensation based histogram result.

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

Fields

Type of the request, corresponding to CompensationHistogramRequest.type.

Histogram result.

Trait Implementations

impl Default for CompensationHistogramResult
[src]

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

impl Clone for CompensationHistogramResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CompensationHistogramResult
[src]

Formats the value using the given formatter. Read more

impl Part for CompensationHistogramResult
[src]

Auto Trait Implementations