Class: DatadogAPIClient::V2::AuthNMappingResponse

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

Overview

AuthN Mapping response from the API.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#dataObject

The AuthN Mapping object returned by API.



25
26
27
# File 'lib/datadog_api_client/v2/models/authn_mapping_response.rb', line 25

def data
  @data
end

#includedObject

Included data in the AuthN Mapping response.



28
29
30
# File 'lib/datadog_api_client/v2/models/authn_mapping_response.rb', line 28

def included
  @included
end