Webproperty class
JSON template for an Analytics web property.
Constructors
- Webproperty()
- Webproperty.fromJson(Map _json)
Properties
- accountId ↔ String
-
Account ID to which this web property belongs.
read / write
- childLink ↔ WebpropertyChildLink
-
Child link for this web property. Points to the list of views (profiles)
for this web property.
read / write
- created ↔ DateTime
-
Time this web property was created.
read / write
- dataRetentionResetOnNewActivity ↔ bool
-
Set to true to reset the retention period of the user identifier with each
new event from that user (thus setting the expiration date to current time
plus retention period).
Set to false to delete data associated with the user identifier
automatically after the rentention period.
This property cannot be set on insert.
read / write
- dataRetentionTtl ↔ String
-
The length of time for which user and event data is retained.
This property cannot be set on insert.
read / write
- defaultProfileId ↔ String
-
Default view (profile) ID.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- id ↔ String
-
Web property ID of the form UA-XXXXX-YY.
read / write
- industryVertical ↔ String
-
The industry vertical/category selected for this web property.
read / write
- internalWebPropertyId ↔ String
-
Internal ID for this web property.
read / write
- kind ↔ String
-
Resource type for Analytics WebProperty.
read / write
- level ↔ String
-
Level for this web property. Possible values are STANDARD or PREMIUM.
read / write
- name ↔ String
-
Name of this web property.
read / write
- parentLink ↔ WebpropertyParentLink
-
Parent link for this web property. Points to the account to which this web
property belongs.
read / write
- permissions ↔ WebpropertyPermissions
-
Permissions the user has for this web property.
read / write
- profileCount ↔ int
-
View (Profile) count for this web property.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- selfLink ↔ String
-
Link for this web property.
read / write
- starred ↔ bool
-
Indicates whether this web property is starred or not.
read / write
- updated ↔ DateTime
-
Time this web property was last modified.
read / write
- websiteUrl ↔ String
-
Website url for this web property.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited