Class: Spaceship::ConnectAPI::AppDataUsageDataProtection
- Inherits:
-
Object
- Object
- Spaceship::ConnectAPI::AppDataUsageDataProtection
- Includes:
- Model
- Defined in:
- spaceship/lib/spaceship/connect_api/models/app_data_usage_data_protection.rb
Defined Under Namespace
Modules: ID
Instance Attribute Summary collapse
-
#deleted ⇒ Object
Returns the value of attribute deleted.
Attributes included from Model
Class Method Summary collapse
Methods included from Model
#attr_mapping, included, #initialize, #reverse_attr_mapping, #to_json, #update_attributes
Instance Attribute Details
#deleted ⇒ Object
Returns the value of attribute deleted.
7 8 9 |
# File 'spaceship/lib/spaceship/connect_api/models/app_data_usage_data_protection.rb', line 7 def deleted @deleted end |
Class Method Details
.type ⇒ Object
22 23 24 |
# File 'spaceship/lib/spaceship/connect_api/models/app_data_usage_data_protection.rb', line 22 def self.type return "appDataUsageDataProtections" end |