Class: Google::Apis::TagmanagerV2::ListTemplatesResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListTemplatesResponse

Returns a new instance of ListTemplatesResponse.



1316
1317
1318
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 1316

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

Instance Attribute Details

#next_page_tokenString

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

Returns:

  • (String)


1309
1310
1311
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 1309

def next_page_token
  @next_page_token
end

#templateArray<Google::Apis::TagmanagerV2::CustomTemplate>

All GTM Custom Templates of a GTM Container. Corresponds to the JSON property template



1314
1315
1316
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 1314

def template
  @template
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1321
1322
1323
1324
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 1321

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