Class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaBatchDeleteUserLinksRequest
- Inherits:
-
Object
- Object
- Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaBatchDeleteUserLinksRequest
- 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 BatchDeleteUserLinks RPC.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAnalyticsAdminV1alphaBatchDeleteUserLinksRequest
constructor
A new instance of GoogleAnalyticsAdminV1alphaBatchDeleteUserLinksRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAnalyticsAdminV1alphaBatchDeleteUserLinksRequest
Returns a new instance of GoogleAnalyticsAdminV1alphaBatchDeleteUserLinksRequest.
328 329 330 |
# File 'generated/google/apis/analyticsadmin_v1alpha/classes.rb', line 328 def initialize(**args) update!(**args) end |
Instance Attribute Details
#requests ⇒ Array<Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDeleteUserLinkRequest>
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
326 327 328 |
# File 'generated/google/apis/analyticsadmin_v1alpha/classes.rb', line 326 def requests @requests end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
333 334 335 |
# File 'generated/google/apis/analyticsadmin_v1alpha/classes.rb', line 333 def update!(**args) @requests = args[:requests] if args.key?(:requests) end |