Class: DatadogAPIClient::V2::HTTPTokenAuthUpdate
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::HTTPTokenAuthUpdate
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/http_token_auth_update.rb
Overview
The definition of HTTPTokenAuthUpdate
object.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#body ⇒ Object
The definition of
HTTPBody
object. -
#headers ⇒ Object
The
HTTPTokenAuthUpdate
headers
. -
#tokens ⇒ Object
The
HTTPTokenAuthUpdate
tokens
. -
#type ⇒ Object
readonly
The definition of
HTTPTokenAuthType
object. -
#url_parameters ⇒ Object
The
HTTPTokenAuthUpdate
url_parameters
.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/http_token_auth_update.rb', line 39 def additional_properties @additional_properties end |
#body ⇒ Object
The definition of HTTPBody
object.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/http_token_auth_update.rb', line 25 def body @body end |
#headers ⇒ Object
The HTTPTokenAuthUpdate
headers
.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/http_token_auth_update.rb', line 28 def headers @headers end |
#tokens ⇒ Object
The HTTPTokenAuthUpdate
tokens
.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/http_token_auth_update.rb', line 31 def tokens @tokens end |
#type ⇒ Object
The definition of HTTPTokenAuthType
object.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/http_token_auth_update.rb', line 34 def type @type end |
#url_parameters ⇒ Object
The HTTPTokenAuthUpdate
url_parameters
.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/http_token_auth_update.rb', line 37 def url_parameters @url_parameters end |