Class UpdateConceptRequest
Inheritance
System.Object
UpdateConceptRequest
Assembly: Crowdin.Api.dll
Syntax
public class UpdateConceptRequest : object
Properties
|
Improve this Doc
View Source
Definition
Declaration
public string Definition { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string Figure { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
LanguagesDetails
Declaration
public ICollection<ConceptLanguageDetailsForm> LanguagesDetails { get; set; }
Property Value
|
Improve this Doc
View Source
Note
Declaration
public string Note { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Subject
Declaration
public string Subject { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Url
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|