The
More...
The
UserRecord
represents the base class from which a User
is derived.
string Google.Api.Ads.AdManager.v202311.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.v202311.UserRecord.id |
|
getset |
The unique ID of the
User
. This attribute is readonly and is assigned by Google.
bool Google.Api.Ads.AdManager.v202311.UserRecord.idSpecified |
|
getset |
true
, if a value is specified for id, false
otherwise.
string Google.Api.Ads.AdManager.v202311.UserRecord.name |
|
getset |
The name of the
User
. It has a maximum length of 128 characters.
long Google.Api.Ads.AdManager.v202311.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.v202311.UserRecord.roleIdSpecified |
|
getset |
true
, if a value is specified for roleId, false
otherwise.
string Google.Api.Ads.AdManager.v202311.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: