Class Field
Inheritance
System.Object
Field
Assembly: Crowdin.Api.dll
Syntax
public class Field : object
Properties
|
Improve this Doc
View Source
Config
Declaration
public FieldConfig Config { get; set; }
Property Value
|
Improve this Doc
View Source
CreatedAt
Declaration
public DateTimeOffset CreatedAt { get; set; }
Property Value
Type |
Description |
DateTimeOffset |
|
|
Improve this Doc
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Entities
Declaration
public FieldEntity[] Entities { get; set; }
Property Value
|
Improve this Doc
View Source
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Slug
Declaration
public string Slug { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Type
Declaration
public FieldType Type { get; set; }
Property Value
|
Improve this Doc
View Source
UpdatedAt
Declaration
public DateTimeOffset? UpdatedAt { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTimeOffset> |
|