Interface PatchLocationsWithLocationIdRequest

interface PatchLocationsWithLocationIdRequest {
    location: Location;
    locationId: string;
}

Properties

Properties

location: Location
locationId: string