Table of Contents

Class UpdateAppGroupRequest

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

Properties

Body

[FromBody]
public UpdateAppGroupRequestBody Body { get; set; }

Property Value

UpdateAppGroupRequestBody

GroupId

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

Property Value

string