Sha256: 956a3b56530641adafaa8e97d1c1f11cf6e4ab6792b5578b69cdff75ccd76c73
Contents?: true
Size: 1.18 KB
Versions: 33
Compression:
Stored size: 1.18 KB
Contents
# CybridApiOrganization::SubscriptionOrganizationModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **guid** | **String** | Auto-generated unique identifier for the subscription. | | | **name** | **String** | Name provided for the subscription. | | | **type** | **String** | The type of subscription. | | | **url** | **String** | The url for the subscription. | | | **environment** | **String** | The environment that the subscription is configured for; one of sandbox or production. | | | **state** | **String** | The state of the subscription; one of storing, completed, or failed. | | | **failure_code** | **String** | The failure code of a subscription (if any) | [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::SubscriptionOrganizationModel.new( guid: null, name: null, type: null, url: null, environment: null, state: null, failure_code: null, created_at: null, updated_at: null ) ```
Version data entries
33 entries across 33 versions & 1 rubygems