Class RevisionResource.InfoContainer
Inheritance
RevisionResource.InfoContainer
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class RevisionResource.InfoContainer
Properties
|
Edit this page
View Source
Added
Declaration
[JsonProperty("added")]
public RevisionInfo Added { get; set; }
Property Value
|
Edit this page
View Source
Deleted
Declaration
[JsonProperty("deleted")]
public RevisionInfo Deleted { get; set; }
Property Value
|
Edit this page
View Source
Updated
Declaration
[JsonProperty("updated")]
public RevisionInfo Updated { get; set; }
Property Value