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