Class ReportArchive
Inheritance
System.Object
ReportArchive
Assembly: Crowdin.Api.dll
Syntax
public class ReportArchive : object
Properties
|
Improve this Doc
View Source
CreatedAt
Declaration
public DateTimeOffset CreatedAt { get; set; }
Property Value
Type |
Description |
DateTimeOffset |
|
|
Improve this Doc
View Source
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Scheme
Declaration
public object Scheme { get; set; }
Property Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
ScopeId
Declaration
public int ScopeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ScopeType
Declaration
public ScopeType ScopeType { get; set; }
Property Value
|
Improve this Doc
View Source
UserId
Declaration
public int UserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
WebUrl
Declaration
public string WebUrl { get; set; }
Property Value
Type |
Description |
System.String |
|