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

Request message for BatchCreateUserLinks RPC.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#notify_new_users

def notify_new_users() -> ::Boolean
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.

#notify_new_users=

def notify_new_users=(value) -> ::Boolean
Parameter
  • value (::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.
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.

#parent

def parent() -> ::String
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

#parent=

def parent=(value) -> ::String
Parameter
  • value (::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
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

#requests

def requests() -> ::Array<::Google::Analytics::Admin::V1alpha::CreateUserLinkRequest>
Returns

#requests=

def requests=(value) -> ::Array<::Google::Analytics::Admin::V1alpha::CreateUserLinkRequest>
Parameter
Returns