Class AssistActionAiPromptContextResources
Inheritance
AssistActionAiPromptContextResources
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class AssistActionAiPromptContextResources : AiPromptContextResources
Properties
|
Edit this page
View Source
FilteredStringsIds
Declaration
[JsonProperty("filteredStringsIds")]
public ICollection<long>? FilteredStringsIds { get; set; }
Property Value
|
Edit this page
View Source
ProjectId
Declaration
[JsonProperty("projectId")]
public long ProjectId { get; set; }
Property Value
|
Edit this page
View Source
StringIds
Declaration
[JsonProperty("stringIds")]
public ICollection<long> StringIds { get; set; }
Property Value
|
Edit this page
View Source
TargetLanguageId
Declaration
[JsonProperty("targetLanguageId")]
public string TargetLanguageId { get; set; }
Property Value