Class AddStyleGuideRequest
Inheritance
AddStyleGuideRequest
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class AddStyleGuideRequest
Properties
|
Edit this page
View Source
AiInstructions
Declaration
[JsonProperty("aiInstructions")]
public string? AiInstructions { get; set; }
Property Value
|
Edit this page
View Source
IsShared
Declaration
[JsonProperty("isShared")]
public bool? IsShared { get; set; }
Property Value
|
Edit this page
View Source
LanguageIds
Declaration
[JsonProperty("languageIds")]
public ICollection<string>? LanguageIds { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
ProjectIds
Declaration
[JsonProperty("projectIds")]
public ICollection<long>? ProjectIds { get; set; }
Property Value
|
Edit this page
View Source
StorageId
Declaration
[JsonProperty("storageId")]
public long StorageId { get; set; }
Property Value