Class: Google::Shopping::Merchant::Accounts::V1beta::CreateUserRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/accounts/v1beta/user.rb

Overview

Request message for the CreateUser method.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The resource name of the account for which a user will be created. Format: accounts/{account}.

Returns:

  • (::String)

    Required. The resource name of the account for which a user will be created. Format: accounts/{account}



85
86
87
88
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/user.rb', line 85

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

#user::Google::Shopping::Merchant::Accounts::V1beta::User

Returns Required. The user to create.

Returns:



85
86
87
88
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/user.rb', line 85

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

#user_id::String

Returns Required. The email address of the user (for example, [email protected]).

Returns:

  • (::String)

    Required. The email address of the user (for example, [email protected]).



85
86
87
88
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/user.rb', line 85

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