Class AiSettingsShortcuts
Inheritance
System.Object
AiSettingsShortcuts
Assembly: Crowdin.Api.dll
Syntax
public class AiSettingsShortcuts : object
Properties
|
Improve this Doc
View Source
Enabled
Declaration
public bool Enabled { 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
Prompt
Declaration
public string Prompt { get; set; }
Property Value
Type |
Description |
System.String |
|