Class GoogleCloudDiscoveryengineV1alphaRequirementThresholdBinding
Specifies a multi-level threshold to apply to apply to a metric_bindings in the condition CEL expression.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaRequirementThresholdBinding : IDirectResponseSchema
Properties
Description
Human readable description of the corresponding threshold and sub-requirement.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ThresholdValues
The values of the threshold. The values should be ordered from the most strict to the least strict.
Declaration
[JsonProperty("thresholdValues")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaRequirementThresholdBindingThresholdValue> ThresholdValues { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDiscoveryengineV1alphaRequirementThresholdBindingThresholdValue> |
VariableId
The variable id to be referenced in condition. Must be unique across all metric_bindings and
threshold_bindings.
Declaration
[JsonProperty("variableId")]
public virtual string VariableId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |