class Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaBatchDeleteUserLinksRequest
Request message for BatchDeleteUserLinks RPC.
Attributes
requests[RW]
Required. The requests specifying the user links to update. A maximum of 1000 user links can be updated in a batch. Corresponds to the JSON property `requests` @return [Array<Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDeleteUserLinkRequest>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/analyticsadmin_v1alpha/classes.rb, line 384 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/analyticsadmin_v1alpha/classes.rb, line 389 def update!(**args) @requests = args[:requests] if args.key?(:requests) end