Class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksRequest
- Inherits:
-
Object
- Object
- Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksRequest
- 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
-
#initialize(**args) ⇒ GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksRequest
constructor
A new instance of GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksRequest
Returns a new instance of GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksRequest.
406 407 408 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 406 def initialize(**args) update!(**args) end |
Instance Attribute Details
#requests ⇒ Array<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
404 405 406 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 404 def requests @requests end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
411 412 413 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 411 def update!(**args) @requests = args[:requests] if args.key?(:requests) end |