Sha256: db80e700368661ba09d995d68fd537779b5fdde90368bbd88f62e0763112fed2
Contents?: true
Size: 637 Bytes
Versions: 177
Compression:
Stored size: 637 Bytes
Contents
# CybridApiOrganization::PostSubscriptionOrganizationModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **environment** | **String** | The environment that the subscription is configured for. | | | **type** | **String** | Type of the subscription. | | | **name** | **String** | Name provided for the subscription. | | | **url** | **String** | URL provided for the subscription. | | ## Example ```ruby require 'cybrid_api_organization_ruby' instance = CybridApiOrganization::PostSubscriptionOrganizationModel.new( environment: null, type: null, name: null, url: null ) ```
Version data entries
177 entries across 177 versions & 1 rubygems