Class: DatadogAPIClient::V1::WebhooksIntegrationCustomVariable

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/webhooks_integration_custom_variable.rb

Overview

Custom variable for Webhook integration.

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/v1/models/webhooks_integration_custom_variable.rb', line 34

def additional_properties
  @additional_properties
end

#is_secretObject

Make custom variable is secret or not. If the custom variable is secret, the value is not returned in the response payload.



26
27
28
# File 'lib/datadog_api_client/v1/models/webhooks_integration_custom_variable.rb', line 26

def is_secret
  @is_secret
end

#nameObject

The name of the variable. It corresponds with ‘<CUSTOM_VARIABLE_NAME>`.



29
30
31
# File 'lib/datadog_api_client/v1/models/webhooks_integration_custom_variable.rb', line 29

def name
  @name
end

#valueObject

Value of the custom variable.



32
33
34
# File 'lib/datadog_api_client/v1/models/webhooks_integration_custom_variable.rb', line 32

def value
  @value
end