Class Tag
Inheritance
System.Object
Tag
Assembly: Crowdin.Api.dll
Syntax
public class Tag : 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
Position
Declaration
public Position Position { get; set; }
Property Value
|
Improve this Doc
View Source
ScreenshotId
Declaration
public int ScreenshotId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
StringId
Declaration
public int StringId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|