Class AssistActionAiPromptContextResources
Inheritance
System.Object
AssistActionAiPromptContextResources
Assembly: Crowdin.Api.dll
Syntax
public class AssistActionAiPromptContextResources : AiPromptContextResources
Properties
|
Improve this Doc
View Source
FilteredStringsIds
Declaration
public ICollection<int>? FilteredStringsIds { get; set; }
Property Value
Type |
Description |
System.Nullable<ICollection<System.Int32>> |
|
|
Improve this Doc
View Source
ProjectId
Declaration
public int ProjectId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
StringIds
Declaration
public ICollection<int> StringIds { get; set; }
Property Value
Type |
Description |
ICollection<System.Int32> |
|
|
Improve this Doc
View Source
TargetLanguageId
Declaration
public string TargetLanguageId { get; set; }
Property Value
Type |
Description |
System.String |
|