Search Results for

    Show / Hide Table of Contents

    Class TmSegmentResource

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

    Properties

    | Edit this page View Source

    Id

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

    Records

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