Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202305.UserRecord Class Reference

The More...

Inheritance diagram for Google.Api.Ads.AdManager.v202305.UserRecord:
Google.Api.Ads.AdManager.v202305.User

Properties

long id [get, set]
 The unique ID of the More...
 
bool idSpecified [get, set]
 
string name [get, set]
 The name of the More...
 
string email [get, set]
 The email or login of the More...
 
long roleId [get, set]
 The unique role ID of the More...
 
bool roleIdSpecified [get, set]
 
string roleName [get, set]
 The name of the role assigned to the More...
 

Detailed Description

The

UserRecord represents the base class from which a User is derived.

Property Documentation

string Google.Api.Ads.AdManager.v202305.UserRecord.email
getset

The email or login of the

User. In order to create a new user, you must already have a Google Account.

long Google.Api.Ads.AdManager.v202305.UserRecord.id
getset

The unique ID of the

User. This attribute is readonly and is assigned by Google.

bool Google.Api.Ads.AdManager.v202305.UserRecord.idSpecified
getset

true, if a value is specified for id, false otherwise.

string Google.Api.Ads.AdManager.v202305.UserRecord.name
getset

The name of the

User. It has a maximum length of 128 characters.

long Google.Api.Ads.AdManager.v202305.UserRecord.roleId
getset

The unique role ID of the

User. Roles that are created by Google will have negative IDs.

bool Google.Api.Ads.AdManager.v202305.UserRecord.roleIdSpecified
getset

true, if a value is specified for roleId, false otherwise.

string Google.Api.Ads.AdManager.v202305.UserRecord.roleName
getset

The name of the role assigned to the

User. This attribute is readonly.


The documentation for this class was generated from the following file: