Class: Google::Analytics::Admin::V1alpha::BatchCreateUserLinksRequest

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 BatchCreateUserLinks RPC.

Instance Attribute Summary collapse

Instance Attribute Details

#notify_new_users::Boolean

Returns Optional. If set, then email the new users notifying them that they've been granted permissions to the resource. Regardless of whether this is set or not, notify_new_user field inside each individual request is ignored.

Returns:

  • (::Boolean)

    Optional. If set, then email the new users notifying them that they've been granted permissions to the resource. Regardless of whether this is set or not, notify_new_user field inside each individual request is ignored.



482
483
484
485
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 482

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

#parent::String

Returns Required. The account or property that all user links in the request are for. This field is required. The parent field in the CreateUserLinkRequest messages must either be empty or match this field. Example format: accounts/1234.

Returns:

  • (::String)

    Required. The account or property that all user links in the request are for. This field is required. The parent field in the CreateUserLinkRequest messages must either be empty or match this field. Example format: accounts/1234



482
483
484
485
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 482

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

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

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

Returns:



482
483
484
485
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 482

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