ContainerVersionHeader class Null safety
Represents a Google Tag Manager Container Version Header.
Constructors
Properties
- accountId ↔ String?
-
GTM Account ID.
read / write
- containerId ↔ String?
-
GTM Container ID.
read / write
- containerVersionId ↔ String?
-
The Container Version ID uniquely identifies the GTM Container Version.
read / write
- deleted ↔ bool?
-
A value of true indicates this container version has been deleted.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- name ↔ String?
-
Container version display name.
read / write
- numMacros ↔ String?
-
Number of macros in the container version.
read / write
- numRules ↔ String?
-
Number of rules in the container version.
read / write
- numTags ↔ String?
-
Number of tags in the container version.
read / write
- numTriggers ↔ String?
-
Number of triggers in the container version.
read / write
- numVariables ↔ String?
-
Number of variables in the container version.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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