Search Results for

    Show / Hide Table of Contents

    Class GroupTranslationCostGenerateGroupReportRequest

    Inheritance
    object
    GenerateGroupReportRequest
    GroupTranslationCostGenerateGroupReportRequest
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.Reports
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    [Obsolete("This model is deprecated, see API docs for alternative")]
    public class GroupTranslationCostGenerateGroupReportRequest : GenerateGroupReportRequest

    Properties

    | Edit this page View Source

    Name

    Declaration
    [JsonProperty("name")]
    public string Name { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Schema

    Declaration
    [JsonProperty("schema")]
    public GroupTranslationCostGenerateGroupReportRequest.RequestSchema Schema { get; set; }
    Property Value
    Type Description
    GroupTranslationCostGenerateGroupReportRequest.RequestSchema
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX