Class Tag
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class Tag
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
Position
Declaration
[JsonProperty("position")]
public Position Position { get; set; }
Property Value
|
Edit this page
View Source
ScreenshotId
Declaration
[JsonProperty("screenshotId")]
public long ScreenshotId { get; set; }
Property Value
|
Edit this page
View Source
StringId
Declaration
[JsonProperty("stringId")]
public long StringId { get; set; }
Property Value