Show / Hide Table of Contents

Class Filter.Types.EmptyFilter

Filter for empty values.

Inheritance
object
Filter.Types.EmptyFilter
Implements
IMessage<Filter.Types.EmptyFilter>
IEquatable<Filter.Types.EmptyFilter>
IDeepCloneable<Filter.Types.EmptyFilter>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Analytics.Data.V1Beta
Assembly: Google.Analytics.Data.V1Beta.dll
Syntax
public sealed class Filter.Types.EmptyFilter : IMessage<Filter.Types.EmptyFilter>, IEquatable<Filter.Types.EmptyFilter>, IDeepCloneable<Filter.Types.EmptyFilter>, IBufferMessage, IMessage

Constructors

EmptyFilter()

Declaration
public EmptyFilter()

EmptyFilter(EmptyFilter)

Declaration
public EmptyFilter(Filter.Types.EmptyFilter other)
Parameters
Type Name Description
Filter.Types.EmptyFilter other
In this article
Back to top Generated by DocFX