class Google::Apis::AdminDirectoryV1::UserMakeAdmin
Attributes
status[RW]
Indicates the administrator status of the user. Corresponds to the JSON property `status` @return [Boolean]
status?[RW]
Indicates the administrator status of the user. Corresponds to the JSON property `status` @return [Boolean]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/admin_directory_v1/classes.rb, line 4378 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/admin_directory_v1/classes.rb, line 4383 def update!(**args) @status = args[:status] if args.key?(:status) end