Class ReportArchive
Inheritance
ReportArchive
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class ReportArchive
Properties
|
Edit this page
View Source
CreatedAt
Declaration
[JsonProperty("createdAt")]
public DateTimeOffset CreatedAt { 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
Name
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
Scheme
Declaration
[JsonProperty("scheme")]
public object Scheme { get; set; }
Property Value
|
Edit this page
View Source
ScopeId
Declaration
[JsonProperty("scopeId")]
public long ScopeId { get; set; }
Property Value
|
Edit this page
View Source
ScopeType
Declaration
[JsonProperty("scopeType")]
public ScopeType ScopeType { get; set; }
Property Value
|
Edit this page
View Source
UserId
Declaration
[JsonProperty("userId")]
public long UserId { get; set; }
Property Value
|
Edit this page
View Source
WebUrl
Declaration
[JsonProperty("webUrl")]
public string WebUrl { get; set; }
Property Value