Sha256: de9883429b6d80e44d829bc77861a5bd67241fefe64893c2da808616b4b08a68
Contents?: true
Size: 1.66 KB
Versions: 203
Compression:
Stored size: 1.66 KB
Contents
# UltracartClient::LibraryItemPublishedMeta ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **count_of_versions** | **Integer** | The number of published versions a source item has, or zero if this item is not a source or is private | [optional] | | **library_item_published_oid** | **Integer** | The oid pointing to the most recent published version, or zero if this is not a published source item. | [optional] | | **library_item_review_oid** | **Integer** | The oid pointing to the review data if this is a source library item and currently under review | [optional] | | **rejected** | **Boolean** | True if this is a source item and is under review and was rejected. | [optional] | | **rejected_reason** | **String** | The reason for rejection if this item is a source item, is under review, and was rejected. For all other cases, this value will be null or missing. | [optional] | | **release_version** | **Integer** | If this library item is a source item and it is published, this is the most recent release version number | [optional] | | **review_version** | **Integer** | If this library item is a source item and has a published item currently under review, this is that version number | [optional] | | **under_review** | **Boolean** | True if this library item is a source item and is currently under review | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::LibraryItemPublishedMeta.new( count_of_versions: null, library_item_published_oid: null, library_item_review_oid: null, rejected: null, rejected_reason: null, release_version: null, review_version: null, under_review: null ) ```
Version data entries
203 entries across 203 versions & 1 rubygems