GoogleAnalyticsAdminV1betaProperty class

A resource message representing a Google Analytics GA4 property.

Constructors

GoogleAnalyticsAdminV1betaProperty({String? account, String? createTime, String? currencyCode, String? deleteTime, String? displayName, String? expireTime, String? industryCategory, String? name, String? parent, String? propertyType, String? serviceLevel, String? timeZone, String? updateTime})
GoogleAnalyticsAdminV1betaProperty.fromJson(Map json_)

Properties

account ↔ String?
The resource name of the parent account Format: accounts/{account_id} Example: "accounts/123"
getter/setter pair
createTime ↔ String?
Time when the entity was originally created.
getter/setter pair
currencyCode ↔ String?
The currency type used in reports involving monetary values.
getter/setter pair
deleteTime ↔ String?
If set, the time at which this property was trashed.
getter/setter pair
displayName ↔ String?
Human-readable display name for this property.
getter/setter pair
expireTime ↔ String?
If set, the time at which this trashed property will be permanently deleted.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
industryCategory ↔ String?
Industry associated with this property Example: AUTOMOTIVE, FOOD_AND_DRINK Possible string values are:
getter/setter pair
name ↔ String?
Resource name of this property.
getter/setter pair
parent ↔ String?
Resource name of this property's logical parent.
getter/setter pair
propertyType ↔ String?
The property type for this Property resource.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
serviceLevel ↔ String?
The Google Analytics service level that applies to this property.
getter/setter pair
timeZone ↔ String?
Reporting Time Zone, used as the day boundary for reports, regardless of where the data originates.
getter/setter pair
updateTime ↔ String?
Time when entity payload fields were last updated.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited