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

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]
 

Detailed Description

Each

Role provides a user with permissions to perform specific operations in the system.

Property Documentation

string Google.Api.Ads.AdManager.v202305.Role.description
getset

The description of the role. This value is readonly and is assigned by Google.

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

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.

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

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

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

The name of the role. This value is readonly and is assigned by Google.

RoleStatus Google.Api.Ads.AdManager.v202305.Role.status
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.

bool Google.Api.Ads.AdManager.v202305.Role.statusSpecified
getset

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


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