Search Results for

    Show / Hide Table of Contents

    Class AiProviderResource

    Inheritance
    System.Object
    AiProviderResource
    Namespace: Crowdin.Api.AI
    Assembly: Crowdin.Api.dll
    Syntax
    public class AiProviderResource : object

    Properties

    | Improve this Doc View Source

    Config

    Declaration
    public AiProviderConfiguration Config { get; set; }
    Property Value
    Type Description
    AiProviderConfiguration
    | Improve this Doc View Source

    CreatedAt

    Declaration
    public DateTimeOffset CreatedAt { get; set; }
    Property Value
    Type Description
    DateTimeOffset
    | Improve this Doc View Source

    Credentials

    Declaration
    public AiProviderCredentials Credentials { get; set; }
    Property Value
    Type Description
    AiProviderCredentials
    | Improve this Doc View Source

    Id

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    IsEnabled

    Declaration
    public bool IsEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Type

    Declaration
    public AiProviderType Type { get; set; }
    Property Value
    Type Description
    AiProviderType
    | Improve this Doc View Source

    UpdatedAt

    Declaration
    public DateTimeOffset? UpdatedAt { get; set; }
    Property Value
    Type Description
    System.Nullable<DateTimeOffset>
    | Improve this Doc View Source

    UseSystemCredentials

    Declaration
    public bool UseSystemCredentials { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX