Class Screenshot
Inheritance
System.Object
Screenshot
Assembly: Crowdin.Api.dll
Syntax
public class Screenshot : 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
LabelIds
Declaration
public int[] LabelIds { 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
Size
Declaration
public Size Size { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Tag[] Tags { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public int TagsCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
UpdatedAt
Declaration
public DateTimeOffset? UpdatedAt { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTimeOffset> |
|
|
Improve this Doc
View Source
Url
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
UserId
Declaration
public int UserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|