Class CreateReplicationRequest
Request replication of an item set
Inherited Members
Namespace: Colectica.Repository.Api.Requests.V1
Assembly: Algenta.Colectica.Model.dll
Syntax
public class CreateReplicationRequest
Properties
RequesterEmail
The email address of the requester.
Declaration
public string RequesterEmail { get; set; }
Property Value
Type | Description |
---|---|
string |
RootItem
The root of the set to replicate.
Declaration
public IdentifierInRequest RootItem { get; set; }
Property Value
Type | Description |
---|---|
IdentifierInRequest |
TargetRepositoryId
The target repository id
Declaration
public string TargetRepositoryId { get; set; }
Property Value
Type | Description |
---|---|
string |