Class: DatadogAPIClient::V2::FastlyAccountCreateRequestData

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

Overview

Data object for creating a Fastly account.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#attributesObject

Attributes object for creating a Fastly account.



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

def attributes
  @attributes
end

#typeObject

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



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

def type
  @type
end