Class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksRequest
- Inherits:
-
Object
- Object
- Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/analyticsadmin_v1alpha/classes.rb,
generated/google/apis/analyticsadmin_v1alpha/representations.rb,
generated/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.
367 368 369 |
# File 'generated/google/apis/analyticsadmin_v1alpha/classes.rb', line 367 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
365 366 367 |
# File 'generated/google/apis/analyticsadmin_v1alpha/classes.rb', line 365 def requests @requests end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
372 373 374 |
# File 'generated/google/apis/analyticsadmin_v1alpha/classes.rb', line 372 def update!(**args) @requests = args[:requests] if args.key?(:requests) end |