class Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksRequest
Request message for BatchUpdateUserLinks 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::GoogleAnalyticsAdminV1alphaUpdateUserLinkRequest>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/analyticsadmin_v1alpha/classes.rb, line 423 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 428 def update!(**args) @requests = args[:requests] if args.key?(:requests) end