Class PreTranslateActionAiPromptContextResources
Inheritance
PreTranslateActionAiPromptContextResources
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class PreTranslateActionAiPromptContextResources : AiPromptContextResources
Properties
|
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