Class: UU::OS::PropertyTemplate::PropertyTemplateDeleteCollection
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::PropertyTemplate::PropertyTemplateDeleteCollection
- Defined in:
- uu_os_client-0.10.6/lib/uu/os/property_template/property_template_delete_collection.rb
Instance Attribute Summary (collapse)
-
- (Object) recursive
Flag specifies if non-empty property collection template will be deleted.
Method Summary
Methods inherited from REST::DTO
#initialize, #to_hash, #to_json
Constructor Details
This class inherits a constructor from UU::OS::REST::DTO
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class UU::OS::REST::DTO
Instance Attribute Details
- (Object) recursive
Flag specifies if non-empty property collection template will be deleted. When property template collection is not empty, and the flag is set to true, all the nested objects will be deleted with the collection template asynchronously. If property template collection is not empty, and the flag is set to false, or not set, the command will fail.
11 12 13 |
# File 'uu_os_client-0.10.6/lib/uu/os/property_template/property_template_delete_collection.rb', line 11 def recursive @recursive end |