Reference documentation and code samples for the Google Cloud Channel V1 Client class AdminUser.
Information needed to create an Admin User for Google Workspace.
Generated from protobuf message google.cloud.channel.v1.AdminUser
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ email
string
Primary email of the admin user.
↳ given_name
string
Given name of the admin user.
↳ family_name
string
Family name of the admin user.
getEmail
Primary email of the admin user.
Generated from protobuf field string email = 1;
string
setEmail
Primary email of the admin user.
Generated from protobuf field string email = 1;
var
string
$this
getGivenName
Given name of the admin user.
Generated from protobuf field string given_name = 2;
string
setGivenName
Given name of the admin user.
Generated from protobuf field string given_name = 2;
var
string
$this
getFamilyName
Family name of the admin user.
Generated from protobuf field string family_name = 3;
string
setFamilyName
Family name of the admin user.
Generated from protobuf field string family_name = 3;
var
string
$this