Class GoogleCloudDiscoveryengineV1alphaCondition
Defines circumstances to be checked before allowing a behavior
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaCondition : IDirectResponseSchema
Properties
ActiveTimeRange
Range of time(s) specifying when condition is active. Maximum of 10 time ranges.
Declaration
[JsonProperty("activeTimeRange")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaConditionTimeRange> ActiveTimeRange { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDiscoveryengineV1alphaConditionTimeRange> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
QueryRegex
Optional. Query regex to match the whole search query. Cannot be set when Condition.query_terms is set. This is currently supporting promotion use case.
Declaration
[JsonProperty("queryRegex")]
public virtual string QueryRegex { get; set; }
Property Value
Type | Description |
---|---|
string |
QueryTerms
Search only A list of terms to match the query on. Cannot be set when Condition.query_regex is set. Maximum of 10 query terms.
Declaration
[JsonProperty("queryTerms")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaConditionQueryTerm> QueryTerms { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDiscoveryengineV1alphaConditionQueryTerm> |