Class: Google::Apis::AdminDirectoryV1::UserMakeAdmin
- Inherits:
-
Object
- Object
- Google::Apis::AdminDirectoryV1::UserMakeAdmin
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/admin_directory_v1/classes.rb,
generated/google/apis/admin_directory_v1/representations.rb,
generated/google/apis/admin_directory_v1/representations.rb
Instance Attribute Summary collapse
-
#status ⇒ Boolean
(also: #status?)
Indicates the administrator status of the user.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UserMakeAdmin
constructor
A new instance of UserMakeAdmin.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ UserMakeAdmin
Returns a new instance of UserMakeAdmin.
3970 3971 3972 |
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 3970 def initialize(**args) update!(**args) end |
Instance Attribute Details
#status ⇒ Boolean Also known as: status?
Indicates the administrator status of the user.
Corresponds to the JSON property status
3967 3968 3969 |
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 3967 def status @status end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3975 3976 3977 |
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 3975 def update!(**args) @status = args[:status] if args.key?(:status) end |