Class: DatadogAPIClient::V2::ConfluentAccountCreateRequestData

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

Overview

The data body for adding a Confluent account.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#attributesObject

Attributes associated with the account creation request.



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

def attributes
  @attributes
end

#typeObject

The JSON:API type for this API. Should always be confluent-cloud-accounts.



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

def type
  @type
end