GtagConfig class

Represents a Google tag configuration.

Constructors

GtagConfig({String? accountId, String? containerId, String? fingerprint, String? gtagConfigId, List<Parameter>? parameter, String? path, String? tagManagerUrl, String? type, String? workspaceId})
GtagConfig.fromJson(Map json_)

Properties

accountId String?
Google tag account ID.
getter/setter pair
containerId String?
Google tag container ID.
getter/setter pair
fingerprint String?
The fingerprint of the Google tag config as computed at storage time.
getter/setter pair
gtagConfigId String?
The ID uniquely identifies the Google tag config.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
parameter List<Parameter>?
The Google tag config's parameters.
getter/setter pair
path String?
Google tag config's API relative path.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tagManagerUrl String?
Auto generated link to the tag manager UI
getter/setter pair
type String?
Google tag config type.
getter/setter pair
workspaceId String?
Google tag workspace ID.
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