@@ -717,16 +717,6 @@ class ContainerVersionHeader
717717 # @return [String]
718718 attr_accessor :num_gtag_configs
719719
720- # Number of macros in the container version.
721- # Corresponds to the JSON property `numMacros`
722- # @return [String]
723- attr_accessor :num_macros
724-
725- # Number of rules in the container version.
726- # Corresponds to the JSON property `numRules`
727- # @return [String]
728- attr_accessor :num_rules
729-
730720 # Number of tags in the container version.
731721 # Corresponds to the JSON property `numTags`
732722 # @return [String]
@@ -771,8 +761,6 @@ def update!(**args)
771761 @num_clients = args [ :num_clients ] if args . key? ( :num_clients )
772762 @num_custom_templates = args [ :num_custom_templates ] if args . key? ( :num_custom_templates )
773763 @num_gtag_configs = args [ :num_gtag_configs ] if args . key? ( :num_gtag_configs )
774- @num_macros = args [ :num_macros ] if args . key? ( :num_macros )
775- @num_rules = args [ :num_rules ] if args . key? ( :num_rules )
776764 @num_tags = args [ :num_tags ] if args . key? ( :num_tags )
777765 @num_transformations = args [ :num_transformations ] if args . key? ( :num_transformations )
778766 @num_triggers = args [ :num_triggers ] if args . key? ( :num_triggers )
@@ -2319,12 +2307,6 @@ class Tag
23192307 # @return [String]
23202308 attr_accessor :account_id
23212309
2322- # Blocking rule IDs. If any of the listed rules evaluate to true, the tag will
2323- # not fire.
2324- # Corresponds to the JSON property `blockingRuleId`
2325- # @return [Array<String>]
2326- attr_accessor :blocking_rule_id
2327-
23282310 # Blocking trigger IDs. If any of the listed triggers evaluate to true, the tag
23292311 # will not fire.
23302312 # Corresponds to the JSON property `blockingTriggerId`
@@ -2347,12 +2329,6 @@ class Tag
23472329 # @return [String]
23482330 attr_accessor :fingerprint
23492331
2350- # Firing rule IDs. A tag will fire when any of the listed rules are true and all
2351- # of its blockingRuleIds (if any specified) are false.
2352- # Corresponds to the JSON property `firingRuleId`
2353- # @return [Array<String>]
2354- attr_accessor :firing_rule_id
2355-
23562332 # Firing trigger IDs. A tag will fire when any of the listed triggers are true
23572333 # and all of its blockingTriggerIds (if any specified) are false.
23582334 # Corresponds to the JSON property `firingTriggerId`
@@ -2465,12 +2441,10 @@ def initialize(**args)
24652441 # Update properties of this object
24662442 def update! ( **args )
24672443 @account_id = args [ :account_id ] if args . key? ( :account_id )
2468- @blocking_rule_id = args [ :blocking_rule_id ] if args . key? ( :blocking_rule_id )
24692444 @blocking_trigger_id = args [ :blocking_trigger_id ] if args . key? ( :blocking_trigger_id )
24702445 @consent_settings = args [ :consent_settings ] if args . key? ( :consent_settings )
24712446 @container_id = args [ :container_id ] if args . key? ( :container_id )
24722447 @fingerprint = args [ :fingerprint ] if args . key? ( :fingerprint )
2473- @firing_rule_id = args [ :firing_rule_id ] if args . key? ( :firing_rule_id )
24742448 @firing_trigger_id = args [ :firing_trigger_id ] if args . key? ( :firing_trigger_id )
24752449 @live_only = args [ :live_only ] if args . key? ( :live_only )
24762450 @monitoring_metadata = args [ :monitoring_metadata ] if args . key? ( :monitoring_metadata )
0 commit comments