class Google::Apis::TagmanagerV1::ListTagsResponse
List Tags Response.
Attributes
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/tagmanager_v1/classes.rb, line 755 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/tagmanager_v1/classes.rb, line 760 def update!(**args) @tags = args[:tags] if args.key?(:tags) end