Interface GetPropertiesWithNameRequest

interface GetPropertiesWithNameRequest {
    categoryId: string;
    defaultValue?: string;
    name: string;
    office: string;
}

Properties

categoryId: string
defaultValue?: string
name: string
office: string