Class: Google::Apis::TagmanagerV2::ListEnabledBuiltInVariablesResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/tagmanager_v2/classes.rb,
generated/google/apis/tagmanager_v2/representations.rb,
generated/google/apis/tagmanager_v2/representations.rb

Overview

A list of enabled built-in variables.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListEnabledBuiltInVariablesResponse

Returns a new instance of ListEnabledBuiltInVariablesResponse.



1216
1217
1218
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 1216

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#built_in_variableArray<Google::Apis::TagmanagerV2::BuiltInVariable>

All GTM BuiltInVariables of a GTM container. Corresponds to the JSON property builtInVariable



1209
1210
1211
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 1209

def built_in_variable
  @built_in_variable
end

#next_page_tokenString

Continuation token for fetching the next page of results. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


1214
1215
1216
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 1214

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1221
1222
1223
1224
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 1221

def update!(**args)
  @built_in_variable = args[:built_in_variable] if args.key?(:built_in_variable)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
end