Class PatchSelectionPoolRequest
Request to patch a selection pool.
Inheritance
object
PatchSelectionPoolRequest
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsSelectionPools
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public class PatchSelectionPoolRequestConstructors
PatchSelectionPoolRequest()
Initializes a new instance of the PatchSelectionPoolRequest class.
Declaration
RequestResponse
public PatchSelectionPoolRequest()Properties
DefinitionName
Gets or sets the name of the definition.
Declaration
RequestResponse
public string DefinitionName { get; set; }Property Value
| Type | Description |
|---|---|
| string |
LoadPermissions
Gets or sets a value indicating whether to load permissions.
Declaration
RequestResponse
public bool LoadPermissions { get; set; }Property Value
| Type | Description |
|---|---|
| bool |
Patches
Gets or sets the operations.
Declaration
RequestResponse
public IList<SelectionPatch> Patches { get; set; }Property Value
| Type | Description |
|---|---|
| IList<>SelectionPatch |
SelectionPoolIdentifier
Gets or sets the identifier of the selection pool.
Declaration
RequestResponse
public string SelectionPoolIdentifier { get; set; }Property Value
| Type | Description |
|---|---|
| string |
SubPoolId
Gets or sets the id of the sub pool.
Declaration
RequestResponse
public long? SubPoolId { get; set; }Property Value
| Type | Description |
|---|---|
| long |