Class OrMatcher
Specifies a list of alternatives for the match.
Implements
Inherited Members
Namespace: Google.Apis.TrafficDirectorService.v3.Data
Assembly: Google.Apis.TrafficDirectorService.v3.dll
Syntax
public class OrMatcher : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ValueMatchers
Declaration
[JsonProperty("valueMatchers")]
public virtual IList<ValueMatcher> ValueMatchers { get; set; }
Property Value
Type | Description |
---|---|
IList<ValueMatcher> |