Ads API .NET library
|
Each More...
Properties | |
long | id [get, set] |
The unique ID of the role. This value is readonly and is assigned by Google. Roles that are created by Google will have negative IDs. More... | |
bool | idSpecified [get, set] |
string | name [get, set] |
The name of the role. This value is readonly and is assigned by Google. More... | |
string | description [get, set] |
The description of the role. This value is readonly and is assigned by Google. More... | |
RoleStatus | status [get, set] |
The status of the Role. This field is read-only and can have the values RoleStatus::ACTIVE (default) or RoleStatus::INACTIVE, which determines the visibility of the role in the UI. More... | |
bool | statusSpecified [get, set] |
Each
Role
provides a user with permissions to perform specific operations in the system.
|
getset |
The description of the role. This value is readonly and is assigned by Google.
|
getset |
|
getset |
true
, if a value is specified for id, false
otherwise.
|
getset |
The name of the role. This value is readonly and is assigned by Google.
|
getset |
The status of the Role. This field is read-only and can have the values RoleStatus::ACTIVE (default) or RoleStatus::INACTIVE, which determines the visibility of the role in the UI.
|
getset |
true
, if a value is specified for status, false
otherwise.