Show / Hide Table of Contents

Class Filter.Types.BetweenFilter

To express that the result needs to be between two numbers (inclusive).

Inheritance
object
Filter.Types.BetweenFilter
Implements
IMessage<Filter.Types.BetweenFilter>
IEquatable<Filter.Types.BetweenFilter>
IDeepCloneable<Filter.Types.BetweenFilter>
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.BetweenFilter : IMessage<Filter.Types.BetweenFilter>, IEquatable<Filter.Types.BetweenFilter>, IDeepCloneable<Filter.Types.BetweenFilter>, IBufferMessage, IMessage

Constructors

BetweenFilter()

Declaration
public BetweenFilter()

BetweenFilter(BetweenFilter)

Declaration
public BetweenFilter(Filter.Types.BetweenFilter other)
Parameters
Type Name Description
Filter.Types.BetweenFilter other

Properties

FromValue

Begins with this number.

Declaration
public NumericValue FromValue { get; set; }
Property Value
Type Description
NumericValue

ToValue

Ends with this number.

Declaration
public NumericValue ToValue { get; set; }
Property Value
Type Description
NumericValue
In this article
Back to top Generated by DocFX