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

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/admin_directory_v1/classes.rb,
lib/google/apis/admin_directory_v1/representations.rb,
lib/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.



5648
5649
5650
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 5648

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

Instance Attribute Details

#org_unit_pathString

OrgUnit of User Corresponds to the JSON property orgUnitPath

Returns:

  • (String)


5646
5647
5648
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 5646

def org_unit_path
  @org_unit_path
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5653
5654
5655
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 5653

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