Class: DatadogAPIClient::V2::WebIntegrationAccountUpdateRequestAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::WebIntegrationAccountUpdateRequestAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/web_integration_account_update_request_attributes.rb
Overview
Attributes object for updating a web integration account.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#name ⇒ Object
A human-readable name for the account.
-
#secrets ⇒ Object
Integration-specific secrets.
-
#settings ⇒ Object
Integration-specific settings.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/web_integration_account_update_request_attributes.rb', line 34 def additional_properties @additional_properties end |
#name ⇒ Object
A human-readable name for the account.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/web_integration_account_update_request_attributes.rb', line 25 def name @name end |
#secrets ⇒ Object
Integration-specific secrets. The shape of this object varies by integration. Secrets are write-only and never returned by the API.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/web_integration_account_update_request_attributes.rb', line 29 def secrets @secrets end |
#settings ⇒ Object
Integration-specific settings. The shape of this object varies by integration.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/web_integration_account_update_request_attributes.rb', line 32 def settings @settings end |