Show / Hide Table of Contents

Class ObjectFilter

Object filter to apply the rules to.

Inheritance
object
ObjectFilter
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.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class ObjectFilter : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SourceObjectIdentifier

Specific source object identifier.

Declaration
[JsonProperty("sourceObjectIdentifier")]
public virtual SourceObjectIdentifier SourceObjectIdentifier { get; set; }
Property Value
Type Description
SourceObjectIdentifier

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX