class Google::Apis::AdminDirectoryV1::UserUndelete

JSON request template to undelete a user in Directory API.

Attributes

org_unit_path[RW]

OrgUnit of User Corresponds to the JSON property `orgUnitPath` @return [String]

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