Table of Contents

Interface IStorageDefinitionResponse

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Responses
Assembly
Ascon.Polynom.Web.Api.Data.dll

Модель данных ответа на запрос описаний хранилищ.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(StorageDefinitionResponse))]
public interface IStorageDefinitionResponse

Properties

DisplayName

Отображаемое имя хранилища.

string DisplayName { get; set; }

Property Value

string

StorageId

Идентификатор хранилища.

Guid StorageId { get; set; }

Property Value

Guid