Show / Hide Table of Contents

Class ListMatcher

Specifies the way to match a list value.

Inheritance
object
ListMatcher
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.TrafficDirectorService.v2.Data
Assembly: Google.Apis.TrafficDirectorService.v2.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX