Table of Contents

Class GetSettingsByAppAndIdentifierRequest

Namespace
OpenSettings.AspNetCore.Models.Requests
Assembly
OpenSettings.AspNetCore.dll
public class GetSettingsByAppAndIdentifierRequest
Inheritance
GetSettingsByAppAndIdentifierRequest
Inherited Members

Properties

AppIdOrAppSlug

[FromRoute]
public string AppIdOrAppSlug { get; set; }

Property Value

string

IdentifierIdOrSlug

[FromRoute]
public string IdentifierIdOrSlug { get; set; }

Property Value

string