Class UpdateStateRequest
Updates the Deprecated State of a set of items
Inherited Members
Namespace: Colectica.Repository.Api.Requests.V1
Assembly: Algenta.Colectica.Model.dll
Syntax
public class UpdateStateRequest
Properties
ApplyToAllVersions
Apply the state to all versions of the items
Declaration
public bool ApplyToAllVersions { get; set; }
Property Value
Type | Description |
---|---|
bool |
Ids
Set of identifiers to update
Declaration
[Required]
public Collection<IdentifierInRequest> Ids { get; set; }
Property Value
Type | Description |
---|---|
Collection<IdentifierInRequest> |
State
The deprecation state to set
Declaration
[Required]
public bool State { get; set; }
Property Value
Type | Description |
---|---|
bool |