Class AssetReference
Inheritance
AssetReference
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class AssetReference
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 int Id { get; set; }
Property Value
|
Edit this page
View Source
MimeType
Declaration
[JsonProperty("mimeType")]
public string MimeType { 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
Url
Declaration
[JsonProperty("url")]
public string Url { get; set; }
Property Value
|
Edit this page
View Source
User
Declaration
[JsonProperty("user")]
public User User { get; set; }
Property Value