Class: DatadogAPIClient::V2::SampleLogGenerationBulkSubscriptionItemMeta
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SampleLogGenerationBulkSubscriptionItemMeta
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/sample_log_generation_bulk_subscription_item_meta.rb
Overview
Per-item status returned for a bulk subscription request.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#error ⇒ Object
A description of the error encountered for this content pack, if the subscription could not be created.
-
#status ⇒ Object
readonly
The HTTP status code that resulted from creating the subscription for this content pack.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/sample_log_generation_bulk_subscription_item_meta.rb', line 30 def additional_properties @additional_properties end |
#error ⇒ Object
A description of the error encountered for this content pack, if the subscription could not be created.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/sample_log_generation_bulk_subscription_item_meta.rb', line 25 def error @error end |
#status ⇒ Object
The HTTP status code that resulted from creating the subscription for this content pack.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/sample_log_generation_bulk_subscription_item_meta.rb', line 28 def status @status end |