Class RevisionResource
Inheritance
RevisionResource
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class RevisionResource
Properties
|
Edit this page
View Source
Date
Declaration
[JsonProperty("date")]
public DateTimeOffset Date { get; set; }
Property Value
|
Edit this page
View Source
FileId
Declaration
[JsonProperty("fileId")]
public long FileId { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonProperty("id")]
public long Id { get; set; }
Property Value
|
Edit this page
View Source
Info
Declaration
[JsonProperty("info")]
public RevisionResource.InfoContainer Info { get; set; }
Property Value
|
Edit this page
View Source
ProjectId
Declaration
[JsonProperty("projectId")]
public long ProjectId { get; set; }
Property Value
|
Edit this page
View Source
RestoreToRevision
Declaration
[JsonProperty("restoreToRevision")]
public long? RestoreToRevision { get; set; }
Property Value