Edit

GitForkSyncRequestParameters Class

Definition

Parameters for creating a fork request

[System.Runtime.Serialization.DataContract]
public class GitForkSyncRequestParameters
type GitForkSyncRequestParameters = class
Public Class GitForkSyncRequestParameters
Inheritance
GitForkSyncRequestParameters
Attributes

Constructors

GitForkSyncRequestParameters()

Properties

Source

Fully-qualified identifier for the source repository.

SourceToTargetRefs

If supplied, the set of ref mappings to use when performing a "sync" or create. If missing, all refs will be synchronized.

Applies to