Class: DatadogAPIClient::V1::AuthenticationValidationResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::AuthenticationValidationResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/authentication_validation_response.rb
Overview
Represent validation endpoint responses.
Instance Attribute Summary collapse
-
#valid ⇒ Object
Return
trueif the authentication response is valid.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#valid ⇒ Object
Return true if the authentication response is valid.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/authentication_validation_response.rb', line 29 def valid @valid end |