Class RevisionResource
Inheritance
System.Object
RevisionResource
Assembly: Crowdin.Api.dll
Syntax
public class RevisionResource : object
Properties
|
Improve this Doc
View Source
Date
Declaration
public DateTimeOffset Date { get; set; }
Property Value
Type |
Description |
DateTimeOffset |
|
|
Improve this Doc
View Source
FileId
Declaration
public int FileId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Info
Declaration
public RevisionResource.InfoContainer Info { get; set; }
Property Value
|
Improve this Doc
View Source
ProjectId
Declaration
public int ProjectId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RestoreToRevision
Declaration
public int? RestoreToRevision { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|