Class RepricingRuleEligibleOfferMatcherStringMatcher
Matcher by string attributes.
Inheritance
System.Object
RepricingRuleEligibleOfferMatcherStringMatcher
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class RepricingRuleEligibleOfferMatcherStringMatcher : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StrAttributes
String attributes, as long as such attribute of an offer is one of the string attribute values, the offer is considered as passing the matcher. The string matcher checks an offer for inclusivity in the string attributes, not equality. Only literal string matching is supported, no regex.
Declaration
[JsonProperty("strAttributes")]
public virtual IList<string> StrAttributes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |