Sha256: b05d348f994bfde354e7ecba0cd8e681ca12b3ab15e88f3da7f3e98e6b9e04bb

Contents?: true

Size: 1.52 KB

Versions: 361

Compression:

Stored size: 1.52 KB

Contents

# CybridApiOrganization::SubscriptionDeliveryOrganizationModel

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **guid** | **String** | Auto-generated unique identifier for the subscription delivery. |  |
| **response** | **String** | The response of the subscription delivery. | [optional] |
| **subscription_event_guid** | **String** | The subscription event guid of the subscription delivery. |  |
| **subscription_guid** | **String** | The subscription guid of the subscription delivery. |  |
| **state** | **String** | The state of the subscription delivery. |  |
| **next_attempt_at** | **Time** | ISO8601 datetime the next attempt will be made. | [optional] |
| **attempt_count** | **Integer** | The number of attempts made to deliver the event. |  |
| **completed_at** | **Time** | ISO8601 datetime the event was delivered. | [optional] |
| **failed_at** | **Time** | ISO8601 datetime the event delivery was marked as failed. | [optional] |
| **created_at** | **Time** | ISO8601 datetime the record was created at. | [optional] |
| **updated_at** | **Time** | ISO8601 datetime the record was last updated at. | [optional] |

## Example

```ruby
require 'cybrid_api_organization_ruby'

instance = CybridApiOrganization::SubscriptionDeliveryOrganizationModel.new(
  guid: null,
  response: null,
  subscription_event_guid: null,
  subscription_guid: null,
  state: null,
  next_attempt_at: null,
  attempt_count: null,
  completed_at: null,
  failed_at: null,
  created_at: null,
  updated_at: null
)
```

Version data entries

361 entries across 361 versions & 1 rubygems

Version Path
cybrid_api_organization_ruby-0.123.78 docs/SubscriptionDeliveryOrganizationModel.md
cybrid_api_organization_ruby-0.123.75 docs/SubscriptionDeliveryOrganizationModel.md
cybrid_api_organization_ruby-0.123.74 docs/SubscriptionDeliveryOrganizationModel.md
cybrid_api_organization_ruby-0.123.73 docs/SubscriptionDeliveryOrganizationModel.md
cybrid_api_organization_ruby-0.123.72 docs/SubscriptionDeliveryOrganizationModel.md
cybrid_api_organization_ruby-0.123.71 docs/SubscriptionDeliveryOrganizationModel.md
cybrid_api_organization_ruby-0.123.70 docs/SubscriptionDeliveryOrganizationModel.md
cybrid_api_organization_ruby-0.123.69 docs/SubscriptionDeliveryOrganizationModel.md
cybrid_api_organization_ruby-0.123.68 docs/SubscriptionDeliveryOrganizationModel.md
cybrid_api_organization_ruby-0.123.67 docs/SubscriptionDeliveryOrganizationModel.md
cybrid_api_organization_ruby-0.123.66 docs/SubscriptionDeliveryOrganizationModel.md
cybrid_api_organization_ruby-0.123.65 docs/SubscriptionDeliveryOrganizationModel.md
cybrid_api_organization_ruby-0.123.64 docs/SubscriptionDeliveryOrganizationModel.md
cybrid_api_organization_ruby-0.123.63 docs/SubscriptionDeliveryOrganizationModel.md
cybrid_api_organization_ruby-0.123.62 docs/SubscriptionDeliveryOrganizationModel.md
cybrid_api_organization_ruby-0.123.61 docs/SubscriptionDeliveryOrganizationModel.md
cybrid_api_organization_ruby-0.123.60 docs/SubscriptionDeliveryOrganizationModel.md
cybrid_api_organization_ruby-0.123.59 docs/SubscriptionDeliveryOrganizationModel.md
cybrid_api_organization_ruby-0.123.58 docs/SubscriptionDeliveryOrganizationModel.md
cybrid_api_organization_ruby-0.123.57 docs/SubscriptionDeliveryOrganizationModel.md