GetPrivateStoreCollectionResult

data class GetPrivateStoreCollectionResult(val allSubscriptions: Boolean? = null, val appliedRules: List<RuleResponse>, val approveAllItems: Boolean, val approveAllItemsModifiedAt: String, val azureApiVersion: String, 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.

Constructors

Link copied to clipboard
constructor(allSubscriptions: Boolean? = null, appliedRules: List<RuleResponse>, approveAllItems: Boolean, approveAllItemsModifiedAt: String, azureApiVersion: String, claim: String? = null, collectionId: String, collectionName: String? = null, enabled: Boolean? = null, id: String, name: String, numberOfOffers: Double, subscriptionsList: List<String>? = null, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicating whether all subscriptions are selected (=true) or not (=false).

Link copied to clipboard

Gets list of collection rules

Link copied to clipboard

Indicating whether all items are approved for this collection (=true) or not (=false).

Link copied to clipboard

Gets the modified date of all items approved.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val claim: String? = null

Gets or sets the association with Commercial's Billing Account.

Link copied to clipboard

Gets collection Id.

Link copied to clipboard
val collectionName: String? = null

Gets or sets collection name.

Link copied to clipboard
val enabled: Boolean? = null

Indicating whether the collection is enabled or disabled.

Link copied to clipboard
val id: String

The resource ID.

Link copied to clipboard

The name of the resource.

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

Link copied to clipboard

The type of the resource.