Class Filter
JSON template for an Analytics account filter.
Implements
Inherited Members
Namespace: Google.Apis.Analytics.v3.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class Filter : IDirectResponseSchema
Properties
AccountId
Account ID to which this filter belongs.
Declaration
[JsonProperty("accountId")]
public virtual string AccountId { get; set; }
Property Value
Type | Description |
---|---|
string |
AdvancedDetails
Details for the filter of the type ADVANCED.
Declaration
[JsonProperty("advancedDetails")]
public virtual Filter.AdvancedDetailsData AdvancedDetails { get; set; }
Property Value
Type | Description |
---|---|
Filter.Advanced |
Created
Date
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreatedDateTimeOffset instead.")]
public virtual DateTime? Created { get; set; }
Property Value
Type | Description |
---|---|
Date |
CreatedDateTimeOffset
Date
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreatedDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
Date |
CreatedRaw
Time this filter was created.
Declaration
[JsonProperty("created")]
public virtual string CreatedRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExcludeDetails
Details for the filter of the type EXCLUDE.
Declaration
[JsonProperty("excludeDetails")]
public virtual FilterExpression ExcludeDetails { get; set; }
Property Value
Type | Description |
---|---|
Filter |
Id
Filter ID.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
IncludeDetails
Details for the filter of the type INCLUDE.
Declaration
[JsonProperty("includeDetails")]
public virtual FilterExpression IncludeDetails { get; set; }
Property Value
Type | Description |
---|---|
Filter |
Kind
Resource type for Analytics filter.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
LowercaseDetails
Details for the filter of the type LOWER.
Declaration
[JsonProperty("lowercaseDetails")]
public virtual Filter.LowercaseDetailsData LowercaseDetails { get; set; }
Property Value
Type | Description |
---|---|
Filter.Lowercase |
Name
Name of this filter.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentLink
Parent link for this filter. Points to the account to which this filter belongs.
Declaration
[JsonProperty("parentLink")]
public virtual Filter.ParentLinkData ParentLink { get; set; }
Property Value
Type | Description |
---|---|
Filter.Parent |
SearchAndReplaceDetails
Details for the filter of the type SEARCH_AND_REPLACE.
Declaration
[JsonProperty("searchAndReplaceDetails")]
public virtual Filter.SearchAndReplaceDetailsData SearchAndReplaceDetails { get; set; }
Property Value
Type | Description |
---|---|
Filter.Search |
SelfLink
Link for this filter.
Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Type of this filter. Possible values are INCLUDE, EXCLUDE, LOWERCASE, UPPERCASE, SEARCH_AND_REPLACE and ADVANCED.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |
Updated
Date
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdatedDateTimeOffset instead.")]
public virtual DateTime? Updated { get; set; }
Property Value
Type | Description |
---|---|
Date |
UpdatedDateTimeOffset
Date
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdatedDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
Date |
UpdatedRaw
Time this filter was last modified.
Declaration
[JsonProperty("updated")]
public virtual string UpdatedRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
UppercaseDetails
Details for the filter of the type UPPER.
Declaration
[JsonProperty("uppercaseDetails")]
public virtual Filter.UppercaseDetailsData UppercaseDetails { get; set; }
Property Value
Type | Description |
---|---|
Filter.Uppercase |