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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ UserUndelete

Returns a new instance of UserUndelete.



4358
4359
4360
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 4358

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

Instance Attribute Details

#org_unit_pathString

OrgUnit of User Corresponds to the JSON property orgUnitPath

Returns:

  • (String)


4356
4357
4358
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 4356

def org_unit_path
  @org_unit_path
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4363
4364
4365
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 4363

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