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.



451
452
453
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 451

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



449
450
451
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 449

def requests
  @requests
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



456
457
458
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 456

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