Get Private Store Collection Result
data class GetPrivateStoreCollectionResult(val allSubscriptions: Boolean? = null, val claim: String? = null, val collectionId: String, val collectionName: String? = null, val enabled: Boolean? = null, val id: String, val name: String, val numberOfOffers: Double, val subscriptionsList: List<String>? = null, val systemData: SystemDataResponse, val type: String)
The Collection data structure.
Properties
Link copied to clipboard
Indicating whether all subscriptions are selected (=true) or not (=false).
Link copied to clipboard
Gets collection Id.
Link copied to clipboard
Gets or sets collection name.
Link copied to clipboard
Gets the number of offers associated with the collection.
Link copied to clipboard
Gets or sets subscription ids list. Empty list indicates all subscriptions are selected, null indicates no update is done, explicit list indicates the explicit selected subscriptions. On insert, null is considered as bad request
Link copied to clipboard
Metadata pertaining to creation and last modification of the resource