Interface PatchPropertiesWithNameRequest

interface PatchPropertiesWithNameRequest {
    name: string;
    property: Property;
}

Properties

Properties

name: string
property: Property