class Google::Apis::AndroidenterpriseV1::Administrator
This represents an enterprise admin who can manage the enterprise in the managed Google
Play store.
Attributes
email[RW]
The admin's email address. Corresponds to the JSON property `email` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/androidenterprise_v1/classes.rb, line 35 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/androidenterprise_v1/classes.rb, line 40 def update!(**args) @email = args[:email] if args.key?(:email) end