Struct google_jobs3::CompensationFilter[][src]

pub struct CompensationFilter {
    pub units: Option<Vec<String>>,
    pub range: Option<CompensationRange>,
    pub type_: Option<String>,
    pub include_jobs_with_unspecified_compensation_range: Option<bool>,
}

Input only.

Filter on job compensation type and amount.

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

Fields

Required.

Specify desired base compensation entry's CompensationInfo.CompensationUnit.

Optional.

Compensation range.

Required.

Type of filter.

Optional.

Whether to include jobs whose compensation range is unspecified.

Trait Implementations

impl Default for CompensationFilter
[src]

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

impl Clone for CompensationFilter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CompensationFilter
[src]

Formats the value using the given formatter. Read more

impl Part for CompensationFilter
[src]

Auto Trait Implementations