class Google::Apis::AdminDirectoryV1::UserUndelete
JSON request template to undelete a user in Directory API.
Attributes
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/admin_directory_v1/classes.rb, line 2977 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/admin_directory_v1/classes.rb, line 2982 def update!(**args) @org_unit_path = args[:org_unit_path] if args.key?(:org_unit_path) end