Show / Hide Table of Contents

Class Filter.LowercaseDetailsData

Details for the filter of the type LOWER.

Inheritance
System.Object
Filter.LowercaseDetailsData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Analytics.v3.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class LowercaseDetailsData

Properties

Field

Field to use in the filter.

Declaration
[JsonProperty("field")]
public virtual string Field { get; set; }
Property Value
Type Description
System.String

FieldIndex

The Index of the custom dimension. Required if field is a CUSTOM_DIMENSION.

Declaration
[JsonProperty("fieldIndex")]
public virtual int? FieldIndex { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
In This Article
Back to top