Search Results for

    Show / Hide Table of Contents

    Class TranslatorRolePermissions

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

    Properties

    | Edit this page View Source

    AllLanguages

    Declaration
    [JsonProperty("allLanguages")]
    public bool? AllLanguages { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    LanguagesAccess

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