Class: Google::Cloud::Channel::V1::AdminUser
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::AdminUser
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/common.rb
Overview
Information needed to create an Admin User for Google Workspace.
Instance Attribute Summary collapse
-
#email ⇒ ::String
Primary email of the admin user.
-
#family_name ⇒ ::String
Family name of the admin user.
-
#given_name ⇒ ::String
Given name of the admin user.
Instance Attribute Details
#email ⇒ ::String
Returns Primary email of the admin user.
155 156 157 158 |
# File 'proto_docs/google/cloud/channel/v1/common.rb', line 155 class AdminUser include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |