Class: Google::Apis::TagmanagerV2::ListZonesResponse

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

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ListZonesResponse

Returns a new instance of ListZonesResponse.



1443
1444
1445
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 1443

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)


1436
1437
1438
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 1436

def next_page_token
  @next_page_token
end

#zoneArray<Google::Apis::TagmanagerV2::Zone>

All GTM Zones of a GTM Container. Corresponds to the JSON property zone



1441
1442
1443
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 1441

def zone
  @zone
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1448
1449
1450
1451
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 1448

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