Class: DatadogAPIClient::V2::AuthNMappingsResponse

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

Overview

Array of AuthN Mappings response.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#dataObject

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

#includedObject

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

#metaObject

Object describing meta attributes of response.



31
32
33
# File 'lib/datadog_api_client/v2/models/authn_mappings_response.rb', line 31

def meta
  @meta
end