@webitel/api-services
    Preparing search index...
    interface StorageBackendProfileServicePatchBackendProfileBody {
        description?: string;
        disabled?: boolean;
        domainId?: string;
        expireDays?: number;
        fields?: string[];
        maxSize?: string;
        name?: string;
        priority?: number;
        properties?: StorageBackendProfileServicePatchBackendProfileBodyProperties;
    }
    Index

    Properties

    description?: string
    disabled?: boolean
    domainId?: string
    expireDays?: number
    fields?: string[]
    maxSize?: string
    name?: string
    priority?: number