Class AiPromptResource
Inheritance
System.Object
AiPromptResource
Assembly: Crowdin.Api.dll
Syntax
public class AiPromptResource : object
Properties
|
Improve this Doc
View Source
Action
Declaration
public AiPromptAction Action { get; set; }
Property Value
|
Improve this Doc
View Source
AiModelId
Declaration
public string AiModelId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
AiProviderId
Declaration
public int AiProviderId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Configuration
Declaration
public AiPromptConfiguration Configuration { get; set; }
Property Value
|
Improve this Doc
View Source
CreatedAt
Declaration
public DateTimeOffset CreatedAt { get; set; }
Property Value
Type |
Description |
DateTimeOffset |
|
|
Improve this Doc
View Source
EnabledProjectIds
Declaration
public int[] EnabledProjectIds { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
|
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
UpdatedAt
Declaration
public DateTimeOffset? UpdatedAt { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTimeOffset> |
|