Class CreateStateChangeRequest
Repository state change request
Inherited Members
Namespace: Colectica.Repository.Api.Requests.V1
Assembly: Algenta.Colectica.Model.dll
Syntax
public class CreateStateChangeRequest
Properties
Notification email
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
string |
ItemId
Item id
Declaration
public string ItemId { get; set; }
Property Value
Type | Description |
---|---|
string |
ScheduledReplicationTime
Schedualed replication time
Declaration
public DateTime? ScheduledReplicationTime { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
ServerId
Workflow server id
Declaration
public string ServerId { get; set; }
Property Value
Type | Description |
---|---|
string |
StateFamily
State Family
Declaration
public string StateFamily { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetState
Target state to assign
Declaration
public string TargetState { get; set; }
Property Value
Type | Description |
---|---|
string |
UserName
Username
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
string |