class Google::Apis::AdminDirectoryV1::ChromeOsDevice::RecentUser
Attributes
email[RW]
Email address of the user. Present only if the user type is managed Corresponds to the JSON property `email` @return [String]
type[RW]
The type of the user Corresponds to the JSON property `type` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/admin_directory_v1/classes.rb, line 565 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/admin_directory_v1/classes.rb, line 570 def update!(**args) @email = args[:email] if args.key?(:email) @type = args[:type] if args.key?(:type) end