GoogleApi.Jobs.V3.Model.CustomAttributeHistogramRequest (google_api_jobs v0.21.0)
View SourceCustom attributes histogram request. An error is thrown if neither string_value_histogram or long_value_histogram_bucketing_option has been defined.
Attributes
-
key(type:String.t, default:nil) - Required. Specifies the custom field key to perform a histogram on. If specified withoutlong_value_histogram_bucketing_option, histogram on string values of the givenkeyis triggered, otherwise histogram is performed on long values. -
longValueHistogramBucketingOption(type:GoogleApi.Jobs.V3.Model.NumericBucketingOption.t, default:nil) - Optional. Specifies buckets used to perform a range histogram on Job's filterable long custom field values, or min/max value requirements. -
stringValueHistogram(type:boolean(), default:nil) - Optional. If set to true, the response includes the histogram value for each key as a string.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Jobs.V3.Model.CustomAttributeHistogramRequest{ key: String.t() | nil, longValueHistogramBucketingOption: GoogleApi.Jobs.V3.Model.NumericBucketingOption.t() | nil, stringValueHistogram: boolean() | nil }