Class UserMakeAdmin
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
JSON request template for setting/revoking admin status of a user in Directory API.
public class UserMakeAdmin : IDirectResponseSchema
- Inheritance
-
UserMakeAdmin
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
UserMakeAdmin()
public UserMakeAdmin()
Properties
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
Status
Boolean indicating new admin status of the user
public virtual bool? Status { get; set; }
Property Value
- bool?