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

Overview

JSON request template for setting/revoking admin status of a user in Directory API.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ UserMakeAdmin

Returns a new instance of UserMakeAdmin.



2796
2797
2798
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 2796

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#statusBoolean Also known as: status?

Boolean indicating new admin status of the user Corresponds to the JSON property status

Returns:

  • (Boolean)


2793
2794
2795
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 2793

def status
  @status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2801
2802
2803
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 2801

def update!(**args)
  @status = args[:status] if args.key?(:status)
end