Class: Google::Apis::AdminDirectoryV1::UserUndelete

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 to undelete 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) ⇒ UserUndelete

Returns a new instance of UserUndelete.



3063
3064
3065
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 3063

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

Instance Attribute Details

#org_unit_pathString

OrgUnit of User Corresponds to the JSON property orgUnitPath

Returns:

  • (String)


3061
3062
3063
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 3061

def org_unit_path
  @org_unit_path
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3068
3069
3070
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 3068

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