Class PushMirror
PushMirror represents information of a push mirror
Inheritance
System.Object
PushMirror
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 PushMirror
Properties
| Improve this Doc View SourceCreated
Declaration
public string Created { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Interval
Declaration
public string Interval { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Last_error
Declaration
public string Last_error { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Last_update
Declaration
public string Last_update { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Remote_address
Declaration
public string Remote_address { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Remote_name
Declaration
public string Remote_name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Repo_name
Declaration
public string Repo_name { 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> |