generated/google/apis/jobs_v3/classes.rb in google-api-client-0.30.0 vs generated/google/apis/jobs_v3/classes.rb in google-api-client-0.30.1
- old
+ new
@@ -509,18 +509,18 @@
# @return [Google::Apis::JobsV3::CompensationRange]
attr_accessor :range
# Optional.
# Compensation type.
- # Default is CompensationUnit.OTHER_COMPENSATION_TYPE.
+ # Default is CompensationUnit.COMPENSATION_TYPE_UNSPECIFIED.
# Corresponds to the JSON property `type`
# @return [String]
attr_accessor :type
# Optional.
# Frequency of the specified amount.
- # Default is CompensationUnit.OTHER_COMPENSATION_UNIT.
+ # Default is CompensationUnit.COMPENSATION_UNIT_UNSPECIFIED.
# Corresponds to the JSON property `unit`
# @return [String]
attr_accessor :unit
def initialize(**args)
@@ -542,10 +542,11 @@
# Filter on job compensation type and amount.
class CompensationFilter
include Google::Apis::Core::Hashable
# Optional.
- # Whether to include jobs whose compensation range is unspecified.
+ # If set to true, jobs with unspecified compensation range fields are
+ # included.
# Corresponds to the JSON property `includeJobsWithUnspecifiedCompensationRange`
# @return [Boolean]
attr_accessor :include_jobs_with_unspecified_compensation_range
alias_method :include_jobs_with_unspecified_compensation_range?, :include_jobs_with_unspecified_compensation_range