Class: DatadogAPIClient::V2::UpdateAppSelfServiceRequestDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::UpdateAppSelfServiceRequestDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/update_app_self_service_request_data_attributes.rb
Overview
Attributes for updating an app’s self-service status.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#self_service ⇒ Object
readonly
Whether the app is enabled for self-service.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/update_app_self_service_request_data_attributes.rb', line 27 def additional_properties @additional_properties end |
#self_service ⇒ Object
Whether the app is enabled for self-service.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/update_app_self_service_request_data_attributes.rb', line 25 def self_service @self_service end |