GitForkSyncRequestParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |