Class: Google::Analytics::Admin::V1alpha::CreateUserLinkRequest

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

Users can have multiple email addresses associated with their Google account, and one of these email addresses is the "primary" email address. Any of the email addresses associated with a Google account may be used for a new UserLink, but the returned UserLink will always contain the "primary" email address. As a result, the input and output email address for this request may differ.

Instance Attribute Summary collapse

Instance Attribute Details

#notify_new_user::Boolean

Returns Optional. If set, then email the new user notifying them that they've been granted permissions to the resource.

Returns:

  • (::Boolean)

    Optional. If set, then email the new user notifying them that they've been granted permissions to the resource.



461
462
463
464
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 461

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

#parent::String

Returns Required. Example format: accounts/1234.

Returns:

  • (::String)

    Required. Example format: accounts/1234



461
462
463
464
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 461

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

Returns Required. The user link to create.

Returns:



461
462
463
464
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 461

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