Class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/analyticsadmin_v1alpha/classes.rb,
lib/google/apis/analyticsadmin_v1alpha/representations.rb,
lib/google/apis/analyticsadmin_v1alpha/representations.rb

Overview

Request message for BatchUpdateUserLinks RPC.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksRequest

Returns a new instance of GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksRequest.



1693
1694
1695
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 1693

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#requestsArray<Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaUpdateUserLinkRequest>

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



1691
1692
1693
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 1691

def requests
  @requests
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1698
1699
1700
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 1698

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