Class RepositoryPathCommitDetails
Details about the last commit that modified a repository path.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class RepositoryPathCommitDetails
Properties
Author
Declaration
[JsonProperty(PropertyName = "author")]
public PrincipalDetails Author { get; set; }
Property Value
| Type | Description |
|---|---|
| PrincipalDetails |
CommitId
Declaration
[JsonProperty(PropertyName = "commitId")]
public string CommitId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The commit hash of the last commit. |
Message
Declaration
[JsonProperty(PropertyName = "message")]
public string Message { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The commit message of the last commit. |
TimeUpdated
Declaration
[JsonProperty(PropertyName = "timeUpdated")]
public DateTime? TimeUpdated { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? | Timestamp when this commit was made. |