Class: DatadogAPIClient::V1::OrganizationSubscription Deprecated

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

Overview

Deprecated.

This model is deprecated.

Subscription definition.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#typeObject

The subscription type. Types available are trial, free, and pro.



31
32
33
# File 'lib/datadog_api_client/v1/models/organization_subscription.rb', line 31

def type
  @type
end