Class: Google::Cloud::Channel::V1::AdminUser

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#email::String

Returns Primary email of the admin user.

Returns:

  • (::String)

    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

#family_name::String

Returns Family name of the admin user.

Returns:

  • (::String)

    Family name 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

#given_name::String

Returns Given name of the admin user.

Returns:

  • (::String)

    Given name 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