Class DeployKey
DeployKey a deploy key
Inheritance
System.Object
DeployKey
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 DeployKey
Properties
| Improve this Doc View SourceCreated_at
Declaration
public DateTimeOffset? Created_at { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTimeOffset> |
Fingerprint
Declaration
public string Fingerprint { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Id
Declaration
public long? Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Key
Declaration
public string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Key_id
Declaration
public long? Key_id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Read_only
Declaration
public bool? Read_only { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Repository
Declaration
public Repository Repository { get; set; }
Property Value
| Type | Description |
|---|---|
| Repository |
Title
Declaration
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Url
Declaration
public string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |