Reference documentation and code samples for the Google Analytics Admin V1alpha API class Google::Analytics::Admin::V1alpha::CreateUserLinkRequest.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#notify_new_user
def notify_new_user() -> ::Boolean
- (::Boolean) — Optional. If set, then email the new user notifying them that they've been granted permissions to the resource.
#notify_new_user=
def notify_new_user=(value) -> ::Boolean
- value (::Boolean) — Optional. If set, then email the new user notifying them that they've been granted permissions to the resource.
- (::Boolean) — Optional. If set, then email the new user notifying them that they've been granted permissions to the resource.
#parent
def parent() -> ::String
- (::String) — Required. Example format: accounts/1234
#parent=
def parent=(value) -> ::String
- value (::String) — Required. Example format: accounts/1234
- (::String) — Required. Example format: accounts/1234
#user_link
def user_link() -> ::Google::Analytics::Admin::V1alpha::UserLink
- (::Google::Analytics::Admin::V1alpha::UserLink) — Required. The user link to create.
#user_link=
def user_link=(value) -> ::Google::Analytics::Admin::V1alpha::UserLink
- value (::Google::Analytics::Admin::V1alpha::UserLink) — Required. The user link to create.
- (::Google::Analytics::Admin::V1alpha::UserLink) — Required. The user link to create.