Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaRequirementViolationSamplesBinding

Specifies a samples query and bind its result to a variable which will be used in the condition.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaRequirementViolationSamplesBinding
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX