Class: DatadogAPIClient::V2::AuthNMappingsResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AuthNMappingsResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/authn_mappings_response.rb
Overview
Array of AuthN Mappings response.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#data ⇒ Object
Array of returned AuthN Mappings.
-
#included ⇒ Object
Included data in the AuthN Mapping response.
-
#meta ⇒ Object
Object describing meta attributes of response.
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/authn_mappings_response.rb', line 33 def additional_properties @additional_properties end |
#data ⇒ Object
Array of returned AuthN Mappings.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/authn_mappings_response.rb', line 25 def data @data end |
#included ⇒ Object
Included data in the AuthN Mapping response.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/authn_mappings_response.rb', line 28 def included @included end |
#meta ⇒ Object
Object describing meta attributes of response.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/authn_mappings_response.rb', line 31 def @meta end |