analytics  v3
Properties | List of all members
Google.Apis.Analytics.v3.Data.ProfileFilterLink Class Reference

JSON template for an Analytics profile filter link. More...

Inheritance diagram for Google.Apis.Analytics.v3.Data.ProfileFilterLink:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual FilterRef FilterRef [get, set]
 Filter for this link. More...
 
virtual string Id [get, set]
 Profile filter link ID. More...
 
virtual string Kind [get, set]
 Resource type for Analytics filter. More...
 
virtual ProfileRef ProfileRef [get, set]
 View (Profile) for this link. More...
 
virtual System.Nullable< int > Rank [get, set]
 The rank of this profile filter link relative to the other filters linked to the same profile. For readonly (i.e., list and get) operations, the rank always starts at 1. For write (i.e., create, update, or delete) operations, you may specify a value between 0 and 255 inclusively, [0, 255]. In order to insert a link at the end of the list, either don't specify a rank or set a rank to a number greater than the largest rank in the list. In order to insert a link to the beginning of the list specify a rank that is less than or equal to 1. The new link will move all existing filters with the same or lower rank down the list. After the link is inserted/updated/deleted all profile filter links will be renumbered starting at 1. More...
 
virtual string SelfLink [get, set]
 Link for this profile filter link. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

JSON template for an Analytics profile filter link.

Property Documentation

◆ ETag

virtual string Google.Apis.Analytics.v3.Data.ProfileFilterLink.ETag
getset

The ETag of the item.

◆ FilterRef

virtual FilterRef Google.Apis.Analytics.v3.Data.ProfileFilterLink.FilterRef
getset

Filter for this link.

◆ Id

virtual string Google.Apis.Analytics.v3.Data.ProfileFilterLink.Id
getset

Profile filter link ID.

◆ Kind

virtual string Google.Apis.Analytics.v3.Data.ProfileFilterLink.Kind
getset

Resource type for Analytics filter.

◆ ProfileRef

virtual ProfileRef Google.Apis.Analytics.v3.Data.ProfileFilterLink.ProfileRef
getset

View (Profile) for this link.

◆ Rank

virtual System.Nullable<int> Google.Apis.Analytics.v3.Data.ProfileFilterLink.Rank
getset

The rank of this profile filter link relative to the other filters linked to the same profile. For readonly (i.e., list and get) operations, the rank always starts at 1. For write (i.e., create, update, or delete) operations, you may specify a value between 0 and 255 inclusively, [0, 255]. In order to insert a link at the end of the list, either don't specify a rank or set a rank to a number greater than the largest rank in the list. In order to insert a link to the beginning of the list specify a rank that is less than or equal to 1. The new link will move all existing filters with the same or lower rank down the list. After the link is inserted/updated/deleted all profile filter links will be renumbered starting at 1.

◆ SelfLink

virtual string Google.Apis.Analytics.v3.Data.ProfileFilterLink.SelfLink
getset

Link for this profile filter link.


The documentation for this class was generated from the following file: