Search Results for

    Show / Hide Table of Contents

    Class RevisionResource

    Inheritance
    object
    RevisionResource
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.SourceFiles
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class RevisionResource

    Properties

    | Edit this page View Source

    Date

    Declaration
    [JsonProperty("date")]
    public DateTimeOffset Date { get; set; }
    Property Value
    Type Description
    DateTimeOffset
    | Edit this page View Source

    FileId

    Declaration
    [JsonProperty("fileId")]
    public long FileId { get; set; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Id

    Declaration
    [JsonProperty("id")]
    public long Id { get; set; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Info

    Declaration
    [JsonProperty("info")]
    public RevisionResource.InfoContainer Info { get; set; }
    Property Value
    Type Description
    RevisionResource.InfoContainer
    | Edit this page View Source

    ProjectId

    Declaration
    [JsonProperty("projectId")]
    public long ProjectId { get; set; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    RestoreToRevision

    Declaration
    [JsonProperty("restoreToRevision")]
    public long? RestoreToRevision { get; set; }
    Property Value
    Type Description
    long?
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX