Class GoogleCloudDiscoveryengineV1alphaRequirementViolationSamplesBinding
Specifies a samples query and bind its result to a variable which will be used in the condition
.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaRequirementViolationSamplesBinding : IDirectResponseSchema
Properties
Description
Description of this sample binding. Used by the UI to render user friendly descriptions for each requirement condition. Should be less than 128 characters long.
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 |
SampleFilter
The filter string used for samples query. Example: "sample.type = "retail.googleapis.com/user_event" AND " "sample.labels.event_type = "PURCHASE" "
Declaration
[JsonProperty("sampleFilter")]
public virtual string SampleFilter { get; set; }
Property Value
Type | Description |
---|---|
string |
VariableId
The variable id to be referenced in condition
.
Declaration
[JsonProperty("variableId")]
public virtual string VariableId { get; set; }
Property Value
Type | Description |
---|---|
string |