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.149 docs/SubscriptionDeliveryOrganizationModel.md
cybrid_api_organization_ruby-0.123.148 docs/SubscriptionDeliveryOrganizationModel.md
cybrid_api_organization_ruby-0.123.147 docs/SubscriptionDeliveryOrganizationModel.md
cybrid_api_organization_ruby-0.123.145 docs/SubscriptionDeliveryOrganizationModel.md
cybrid_api_organization_ruby-0.123.144 docs/SubscriptionDeliveryOrganizationModel.md
cybrid_api_organization_ruby-0.123.143 docs/SubscriptionDeliveryOrganizationModel.md
cybrid_api_organization_ruby-0.123.142 docs/SubscriptionDeliveryOrganizationModel.md
cybrid_api_organization_ruby-0.123.140 docs/SubscriptionDeliveryOrganizationModel.md
cybrid_api_organization_ruby-0.123.139 docs/SubscriptionDeliveryOrganizationModel.md
cybrid_api_organization_ruby-0.123.137 docs/SubscriptionDeliveryOrganizationModel.md
cybrid_api_organization_ruby-0.123.135 docs/SubscriptionDeliveryOrganizationModel.md
cybrid_api_organization_ruby-0.123.134 docs/SubscriptionDeliveryOrganizationModel.md
cybrid_api_organization_ruby-0.123.132 docs/SubscriptionDeliveryOrganizationModel.md
cybrid_api_organization_ruby-0.123.131 docs/SubscriptionDeliveryOrganizationModel.md
cybrid_api_organization_ruby-0.123.129 docs/SubscriptionDeliveryOrganizationModel.md
cybrid_api_organization_ruby-0.123.127 docs/SubscriptionDeliveryOrganizationModel.md
cybrid_api_organization_ruby-0.123.126 docs/SubscriptionDeliveryOrganizationModel.md
cybrid_api_organization_ruby-0.123.125 docs/SubscriptionDeliveryOrganizationModel.md
cybrid_api_organization_ruby-0.123.124 docs/SubscriptionDeliveryOrganizationModel.md
cybrid_api_organization_ruby-0.123.123 docs/SubscriptionDeliveryOrganizationModel.md