Class CreatePushMirrorOption
Inheritance
System.Object
CreatePushMirrorOption
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dangl.GiteaOrgManager.Client
Assembly: Dangl.GiteaOrgManager.dll
Syntax
public class CreatePushMirrorOption
Properties
| Improve this Doc View SourceInterval
Declaration
public string Interval { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Remote_address
Declaration
public string Remote_address { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Remote_password
Declaration
public string Remote_password { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Remote_username
Declaration
public string Remote_username { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Sync_on_commit
Declaration
public bool? Sync_on_commit { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |