8 lines
254 B
C#
8 lines
254 B
C#
using Pilz.Networking.CloudProviders.Nextcloud.Ocs.Responses;
|
|
|
|
namespace Pilz.Networking.CloudProviders.Nextcloud.Client.Apps.FileRetention.Ocs;
|
|
|
|
public class OcsResponseRetention : OcsResponse<OcsResponseDataArray<OcsResponseDataEntryRetention>>
|
|
{
|
|
}
|