Class GetOrCreateResponse
- Namespace
- OpenSettings.Models.Responses
- Assembly
- OpenSettings.dll
public class GetOrCreateResponse
- Inheritance
-
GetOrCreateResponse
- Inherited Members
Properties
Id
public int Id { get; set; }
Property Value
IsNewlyCreated
public bool IsNewlyCreated { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
SortOrder
public int SortOrder { get; set; }