Class ListMatcher
Specifies the way to match a list value.
Implements
Inherited Members
Namespace: Google.Apis.TrafficDirectorService.v3.Data
Assembly: Google.Apis.TrafficDirectorService.v3.dll
Syntax
public class ListMatcher : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
OneOf
If specified, at least one of the values in the list must match the value specified.
Declaration
[JsonProperty("oneOf")]
public virtual ValueMatcher OneOf { get; set; }
Property Value
Type | Description |
---|---|
ValueMatcher |