Table of Contents

Class SyncAppDataRequest

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

Properties

Body

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

Property Value

SyncAppDataRequestBody

ClientId

[FromRoute]
public Guid ClientId { get; set; }

Property Value

Guid

IdentifierName

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

Property Value

string