Class: Google::Apis::AdminDirectoryV1::UserUndelete
- Inherits:
-
Object
- Object
- Google::Apis::AdminDirectoryV1::UserUndelete
- 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
-
#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.
Constructor Details
#initialize(**args) ⇒ UserUndelete
Returns a new instance of UserUndelete.
5395 5396 5397 |
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 5395 def initialize(**args) update!(**args) end |
Instance Attribute Details
#org_unit_path ⇒ String
OrgUnit of User
Corresponds to the JSON property orgUnitPath
5393 5394 5395 |
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 5393 def org_unit_path @org_unit_path end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5400 5401 5402 |
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 5400 def update!(**args) @org_unit_path = args[:org_unit_path] if args.key?(:org_unit_path) end |