class Google::Apis::AdminDirectoryV1::UserUndelete

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 lib/google/apis/admin_directory_v1/classes.rb, line 4766
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/admin_directory_v1/classes.rb, line 4771
def update!(**args)
  @org_unit_path = args[:org_unit_path] if args.key?(:org_unit_path)
end