Search Results for

    Show / Hide Table of Contents

    Class AddStyleGuideRequest

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

    Properties

    | Edit this page View Source

    AiInstructions

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

    IsShared

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

    LanguageIds

    Declaration
    [JsonProperty("languageIds")]
    public ICollection<string>? LanguageIds { get; set; }
    Property Value
    Type Description
    ICollection<string>
    | Edit this page View Source

    Name

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

    ProjectIds

    Declaration
    [JsonProperty("projectIds")]
    public ICollection<long>? ProjectIds { get; set; }
    Property Value
    Type Description
    ICollection<long>
    | Edit this page View Source

    StorageId

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