Class: Google::Analytics::Admin::V1alpha::BatchDeleteUserLinksRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb

Overview

Request message for BatchDeleteUserLinks RPC.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The account or property that all user links in the request are for. The parent of all values for user link names to delete must match this field. Example format: accounts/1234.

Returns:

  • (::String)

    Required. The account or property that all user links in the request are for. The parent of all values for user link names to delete must match this field. Example format: accounts/1234



541
542
543
544
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 541

class BatchDeleteUserLinksRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#requests::Array<::Google::Analytics::Admin::V1alpha::DeleteUserLinkRequest>

Returns Required. The requests specifying the user links to update. A maximum of 1000 user links can be updated in a batch.

Returns:



541
542
543
544
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 541

class BatchDeleteUserLinksRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end