Class: Google::Apis::AdminDirectoryV1::UserMakeAdmin

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

Instance Method Summary collapse

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

#statusBoolean Also known as: status?

Indicates the administrator status of the user. Corresponds to the JSON property status

Returns:

  • (Boolean)


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