Class: DatadogAPIClient::V2::UrlParamUpdate
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::UrlParamUpdate
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/url_param_update.rb
Overview
The definition of UrlParamUpdate
object.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#deleted ⇒ Object
Should the header be deleted.
-
#name ⇒ Object
readonly
Name for tokens.
-
#value ⇒ Object
The
UrlParamUpdate
value
.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/url_param_update.rb', line 33 def additional_properties @additional_properties end |
#deleted ⇒ Object
Should the header be deleted.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/url_param_update.rb', line 25 def deleted @deleted end |
#name ⇒ Object
Name for tokens.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/url_param_update.rb', line 28 def name @name end |
#value ⇒ Object
The UrlParamUpdate
value
.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/url_param_update.rb', line 31 def value @value end |