Class: Google::Apis::AdminDirectoryV1::UserUndelete
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::AdminDirectoryV1::UserUndelete
 
 
- 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 
Overview
JSON request template to undelete a user in Directory API.
Instance Attribute Summary collapse
- 
  
    
      #org_unit_path  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
OrgUnit of User Corresponds to the JSON property
orgUnitPath. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ UserUndelete 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of UserUndelete.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ UserUndelete
Returns a new instance of UserUndelete
      3971 3972 3973  | 
    
      # File 'generated/google/apis/admin_directory_v1/classes.rb', line 3971 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#org_unit_path ⇒ String
OrgUnit of User
Corresponds to the JSON property orgUnitPath
      3969 3970 3971  | 
    
      # File 'generated/google/apis/admin_directory_v1/classes.rb', line 3969 def org_unit_path @org_unit_path end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      3976 3977 3978  | 
    
      # File 'generated/google/apis/admin_directory_v1/classes.rb', line 3976 def update!(**args) @org_unit_path = args[:org_unit_path] if args.key?(:org_unit_path) end  |