Class: DatadogAPIClient::V2::CustomDestinationResponseHttpDestinationAuthCustomHeader

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

Overview

Custom header access authentication.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#header_nameObject

The header name of the authentication.



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

def header_name
  @header_name
end

#typeObject

Type of the custom header access authentication.



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

def type
  @type
end