Table of Contents

Class GetOrCreateResponse

Namespace
OpenSettings.Models.Responses
Assembly
OpenSettings.dll
public class GetOrCreateResponse
Inheritance
GetOrCreateResponse
Inherited Members

Properties

Id

public Guid Id { get; set; }

Property Value

Guid

IsNewlyCreated

public bool IsNewlyCreated { get; set; }

Property Value

bool

Name

public string Name { get; set; }

Property Value

string

Slug

public string Slug { get; set; }

Property Value

string

SortOrder

public int SortOrder { get; set; }

Property Value

int