Class: DatadogAPIClient::V2::WebIntegrationAccountUpdateRequestAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#nameObject

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

#secretsObject

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

#settingsObject

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