Edit

Share via


GitImportGitSource Class

Definition

Parameter for creating a git import request when source is Git version control

[System.Runtime.Serialization.DataContract]
public class GitImportGitSource : Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlSecuredObject
type GitImportGitSource = class
    inherit VersionControlSecuredObject
Public Class GitImportGitSource
Inherits VersionControlSecuredObject
Inheritance
GitImportGitSource
Attributes

Constructors

GitImportGitSource()

Properties

Overwrite

Tells if this is a sync request or not

Url

Url for the source repo

Methods

SetSecuredObject(ISecuredObject) (Inherited from VersionControlSecuredObject)

Explicit Interface Implementations

ISecuredObject.GetToken() (Inherited from VersionControlSecuredObject)
ISecuredObject.NamespaceId (Inherited from VersionControlSecuredObject)
ISecuredObject.RequiredPermissions (Inherited from VersionControlSecuredObject)

Applies to